|
|
Line 38: |
Line 38: |
| .new:hover { | | .new:hover { |
| color: darkgreen !important; | | color: darkgreen !important; |
| }
| |
|
| |
| /* Make the top menu brown */
| |
| #mw-header, #mw-head, #mw-panel, .mw-portlet {
| |
| background-color: brown !important;
| |
| }
| |
|
| |
| /* Change the main content background to brown */
| |
| #content, .mw-body {
| |
| background-color: brown !important;
| |
| color: white !important; /* Ensures readable text */
| |
| }
| |
|
| |
| /* Adjust the sidebar links for visibility */
| |
| .mw-portlet a {
| |
| color: white !important; /* Changes menu link color */
| |
| }
| |
|
| |
| /* Change hover effect for better readability */
| |
| .mw-portlet a:hover {
| |
| color: lightgray !important;
| |
| } | | } |