css: Make horizontal rules more visible (#178)

This commit is contained in:
George Cushen 2017-05-30 01:11:22 +01:00
commit a99cad2aed

View file

@ -151,6 +151,13 @@ pre {
overflow: auto;
}
hr {
border: 0;
height: 1px;
background: #333;
background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
/* Quotes */
blockquote {
padding: .5rem 1rem;