mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
css: Make horizontal rules more visible (#178)
This commit is contained in:
parent
89e5445a46
commit
a99cad2aed
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue