Template:Current Situation/styles.css: Difference between revisions
Jump to navigation
Jump to search
HoodMoney54 (talk | contribs) No edit summary |
HoodMoney54 (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
.codedesc { | .codedesc { | ||
color: inherit; | color: inherit !important; | ||
padding-bottom:2px; | padding-bottom:2px; | ||
} | } | ||
Line 21: | Line 21: | ||
.codedesc > a:hover { | .codedesc > a:hover { | ||
text-decoration: underline dotted; | text-decoration: underline dotted !important; | ||
} | } |
Revision as of 22:32, 1 February 2024
.codebox { width: 300px; border: 1px solid #aaa; text-align: center; padding: 2px; } .codelabel { font-family: 'Courier', monospace; font-size: 120%; } .codedesc { color: inherit !important; padding-bottom:2px; } .codedesc > a { text-decoration: underline; } .codedesc > a:hover { text-decoration: underline dotted !important; }