This commit is contained in:
McShelby 2024-04-07 11:43:59 +00:00
parent adc13ec219
commit ff6d64bc31
267 changed files with 6885 additions and 6861 deletions

View file

@ -1,7 +1,7 @@
:root {
--PRIMARY-color: rgba( 125, 201, 3, 1 ); /* brand primary color */
--SECONDARY-color: rgba( 72, 106, 201, 1 ); /* brand secondary color */
--ACCENT-color: rgb(255, 102, 78); /* brand accent color, used for search highlights */
--ACCENT-color: rgb( 255, 102, 78 ); /* brand accent color, used for search highlights */
--MAIN-TEXT-color: rgba( 0, 0, 0, 1 ); /* text color of content and h1 titles */
--MAIN-LINK-HOVER-color: rgba( 32, 40, 145, 1 ); /* hovered link color of content */