|
|
| Line 15: |
Line 15: |
| } | | } |
|
| |
|
| .mw-list-item { | | .mw-portlet { |
| background-color: #FF0000; | | background-color: #FF0000; |
| } | | } |
Revision as of 17:48, 19 October 2025
/* Change background and link colors globally */
body {
background-color: #000000;
color: #ffffff;
}
#mw-head {
background-color: #000000;
color: #ffffff;
}
.mw-body {
background-color: #333333;
color: #FFFFFF;
}
.mw-portlet {
background-color: #FF0000;
}