MediaWiki:Gadget-cosmostweaks.css: Difference between revisions

Created page with "canada's cosmostweaks last updated: 25 august 2024 refer to [[dev:CosmosTweaks]] on dev.miraheze.org: :root { color-scheme:light; --main-font: helvetica; ----------------- vvv replace this part for light mode colors vvv------------------------: --main-background-color: #eee; --content-background-color: rgb(255, 255, 255); --text-color:#222; --link-color: rgb(6, 69, 173); --banner-color: rgb(192, 192, 192); --banner-text-color: #222; --heade..."
 
if this doesnt work its over
Line 12: Line 12:
/* ----------------- vvv replace this part for light mode colors vvv------------------------*/
/* ----------------- vvv replace this part for light mode colors vvv------------------------*/
--main-background-color: #eee;
--main-background-color: rgb(26, 26, 26);
--content-background-color: rgb(255, 255, 255);
--content-background-color: rgb(255, 255, 255);
--text-color:#222;
--text-color: rgb(0, 0, 0);
--link-color: rgb(6, 69, 173);
--link-color: rgb(6, 69, 173);
--banner-color: rgb(192, 192, 192);
--banner-color: rgb(192, 192, 192);
--banner-text-color: #222;
--banner-text-color: rgb(0, 0, 0);
--header-color: rgb(192, 192, 192);
--header-color: rgb(192, 192, 192);
--header-text-color: #222;
--header-text-color: rgb(0, 0, 0);
--button-color: rgb(192, 192, 192);
--button-color: rgb(192, 192, 192);
--button-text-color: #222;
--button-text-color: rgb(0, 0, 0);
--footer-color: rgba(192, 192, 192, 0.9);
--footer-color: rgba(192, 1922, 0.9);
/* -----------------------^^^ replace this part ^^^ ------------------------------------------------*/
/* -----------------------^^^ replace this part ^^^ ------------------------------------------------*/