User:Canadabonk/common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2:
canada's cosmostweaks
last updated: 2227 june 2024
 
refer to [[CosmosTweaks]] on dev.miraheze.org
Line 11:
--main-font: trebuchet ms;
/* ----------------------------------- vvv replace this part for light mode colors vvv--------------------------------------------------*/
--main-background-color: lightgrey#eee;
--content-background-color: rgb(255, 255, 255);
--text-color:#222;
Line 27:
--dropdown-background: var(--content-background-color);
/*--background-img: url(https://static.miraheze.org/yohajiwiki/9/92/Background-light.jpg'');*/
}
 
.cosmostweaks-darkmode {
color-scheme:dark;
 
/* ----------------------------------- vvv replace this part for dark mode colors vvv--------------------------------------------------*/
--main-background-color: #444;
--content-background-color: #222;
Line 44 ⟶ 45:
--button-text-color: #fff;
--footer-color: #333;
/* -------------------------------------^^^ replace this part ^^^ ------------------------------------------------*/
/*--background-img: url(https://static.miraheze.org/yohajiwiki/0/0c/Background-dark.png);*/
 
--background-img: url('');
}
 
/* ---- do not change these unless you know what you're doing ----- */
:root {
scroll-behavior: smooth;
250

edits