MediaWiki:Common.css: Difference between revisions

Content added Content deleted
(Button Color)
(red links)
Line 2: Line 2:
--bg-color: #061016;
--bg-color: #061016;
--text-color: white;
--text-color: white;
--link-color: red;
--border-color: white;
--border-color: white;
}
}
Line 41: Line 42:
}
}


/* Make all the links white */
/* Change the color of all of the links */
a {
a {
color: var(--text-color) !important;
color: var(--link-color) !important;
}
}