diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-12 21:55:16 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-12 21:55:16 +0200 |
commit | 7f1b6c06b6ccec7f61adb8d20d32731da67f644f (patch) | |
tree | 48d37bf7e8e55dc75b70af6cf92e28ae11de5aed /web/pw-server/src/styles/variables.scss | |
parent | 66162ea43c40ad4f404a9e1b936fbb157e876b97 (diff) | |
download | planetwars.dev-7f1b6c06b6ccec7f61adb8d20d32731da67f644f.tar.xz planetwars.dev-7f1b6c06b6ccec7f61adb8d20d32731da67f644f.zip |
add toc sidebar to docs site
Diffstat (limited to 'web/pw-server/src/styles/variables.scss')
-rw-r--r-- | web/pw-server/src/styles/variables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/pw-server/src/styles/variables.scss b/web/pw-server/src/styles/variables.scss index 257a67e..603db66 100644 --- a/web/pw-server/src/styles/variables.scss +++ b/web/pw-server/src/styles/variables.scss @@ -1 +1,3 @@ $bg-color: rgb(41, 41, 41); +$light-grey: rgba(27, 31, 36, 0.25); +$blue-primary: rgb(9, 105, 218); |