mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 02:54:42 -05:00
new color stuff :3
This commit is contained in:
parent
981d23bc4a
commit
f871564712
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue