User
Difference between revisions of "Poslovitch/common.css"
< User:Poslovitch
Poslovitch (talk | contribs) (les liens rouges, ça part en prod!) |
Poslovitch (talk | contribs) |
||
Line 2: | Line 2: | ||
#mw-content-text h2 { | #mw-content-text h2 { | ||
border-bottom: black solid 1px; | border-bottom: black solid 1px; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | text-decoration: underline; | ||
} | } |
Revision as of 16:57, 14 June 2021
/* Splitter bar under headings */
#mw-content-text h2 {
border-bottom: black solid 1px;
}
a:hover {
text-decoration: underline;
}