mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: adjust print style for horizontal rulers #93
This commit is contained in:
parent
1a956aa5cf
commit
3471aefa88
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,12 @@ pre {
|
|||
/* we don't need this while printing */
|
||||
display: none !important;
|
||||
}
|
||||
hr{
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
#chapter h1 {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
.footline {
|
||||
/* in print mode show footer line to signal reader the end of document */
|
||||
border-top: 1px solid #ddd;
|
||||
|
|
Loading…
Reference in a new issue