theme: adjust print style for horizontal rulers #93

This commit is contained in:
Sören Weber 2021-09-29 23:04:20 +02:00
parent 1a956aa5cf
commit 3471aefa88
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -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;