MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
Line 8: | Line 8: | ||
a{ | a{ | ||
color: #00ffff !important; | color: #00ffff !important; | ||
} | |||
.vector-menu-content{ | |||
background-color: #000; | |||
} | |||
nav{ | |||
background-color: #000; | |||
} | } |
Revision as of 10:33, 15 February 2023
body { color: white; background: linear-gradient(45deg, rgba(10, 17, 10, 0.85), rgba(10, 21, 10, 0.85)), url("https://play.outlawtroopers.io/images/ccBG.png") center no-repeat; background-size: cover; background-attachment: fixed; } a{ color: #00ffff !important; } .vector-menu-content{ background-color: #000; } nav{ background-color: #000; }