MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 7: | Line 7: | ||
} | } | ||
a:link { | |||
color: red; | |||
} | } | ||
Revision as of 15:30, 13 November 2023
/* CSS placed here will be applied to all skins */
body {
background: url("/images/TexturedBackground.jpg");
background-size: cover;
}
a:link {
color: red;
}