MediaWiki:Common.css: Difference between revisions
From Diskmags Catalog
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@font-face { | |||
font-family: "C-64"; | |||
src: local("resources/assets/C64_Pro_Mono-STYLE.woff2") | |||
} | |||
.mw-highlight{ | .mw-highlight{ | ||
background-color: rgb(244, 238, 224) !important; | background-color: rgb(244, 238, 224) !important; |
Revision as of 11:27, 4 July 2023
/* CSS placed here will be applied to all skins */
@font-face {
font-family: "C-64";
src: local("resources/assets/C64_Pro_Mono-STYLE.woff2")
}
.mw-highlight{
background-color: rgb(244, 238, 224) !important;
color: rgb(109, 93, 110) !important;
}
a[href]{
color: rgb(188, 19, 254);
}
a[href]:hover{
color: rgb(109, 93, 110);
}