Template:Hatnote/styles.css: Difference between revisions
From Ymirheim Wiki
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
body.theme-ymirheim-dark .hatnote, | body.theme-ymirheim-dark .hatnote, | ||
body.theme-ymirheim.prefers-color-scheme-dark .hatnote { | body.theme-ymirheim.prefers-color-scheme-dark .hatnote { | ||
color: # | color: #999; | ||
} | } |
Revision as of 18:24, 13 July 2024
.hatnote { font-style: italic; padding-left: 1.6em; margin-bottom: 0.4em; color: #555; border-bottom: 1px solid #ccc; } .hatnote.no-border { border-bottom: none; } body.theme-ymirheim-dark .hatnote, body.theme-ymirheim.prefers-color-scheme-dark .hatnote { color: #999; }