Difference between revisions of "User:Certified nqh/common.css"
| Line 20: | Line 20: | ||
a { | a { | ||
| − | color: white; | + | color: white !important; |
} | } | ||
a:visited { | a:visited { | ||
| − | color: #CCC; | + | color: #CCC !important; |
} | } | ||
a:hover { | a:hover { | ||
| − | color: #F00; | + | color: #F00 !important; |
} | } | ||
a:active { | a:active { | ||
| − | background-color: white; | + | background-color: white !important; |
| − | color: black; | + | color: black !important; |
} | } | ||
Revision as of 15:25, 12 October 2023
body {
background-color: black;
color: white;
}
div {
background-color: black !important;
color: white !important;
}
#mw-head {
background-color: black;
color: white;
}
#p-logo {
background-color: white !important;
filter: invert(100%);
}
a {
color: white !important;
}
a:visited {
color: #CCC !important;
}
a:hover {
color: #F00 !important;
}
a:active {
background-color: white !important;
color: black !important;
}
textarea {
background-color: black;
color: white;
}
input {
background-color: black !important;
color: white !important;
}
