1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 02:34:38 -05:00

new color stuff :3

This commit is contained in:
ashley 2024-10-21 18:41:18 +00:00
parent 981d23bc4a
commit f871564712

View file

@ -73,8 +73,8 @@
:root { :root {
/* text */ /* text */
--text-link: #0ab7f0; --text-link: #f08;
--text-link-visited: #00c0ff; --text-link-visited: #f08;
--text-color: #ffffff; --text-color: #ffffff;
--text-font-primary: "PokeTube Flex"; --text-font-primary: "PokeTube Flex";
--text-header-weight: 1000; --text-header-weight: 1000;
@ -86,7 +86,7 @@
#623aa2 100%, #623aa2 100%,
#8e6f7e 100% #8e6f7e 100%
); );
--div-border-color: #820eb8; --div-border-color: #df03a8;
--div-prim-bg: #1c1c1c; --div-prim-bg: #1c1c1c;
--div-second-bg: #1a1a1a; --div-second-bg: #1a1a1a;
--div-transparent-bg: #0009; --div-transparent-bg: #0009;