MediaWiki:Timeless.css: Difference between revisions

From Init-c Wiki
No edit summary
No edit summary
Line 5: Line 5:
color: #000000;
color: #000000;
font-family: Bitstream Vera Sans Mono, monospace;
font-family: Bitstream Vera Sans Mono, monospace;
all: inherit;
}
}

Revision as of 12:41, 13 December 2022

/* All CSS here will be loaded for users of the Timeless skin */

* {
background-color: white;
color: #000000;
font-family: Bitstream Vera Sans Mono, monospace;
}