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/buttons.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/buttons.scss')
-rw-r--r-- | web/pw-server/src/styles/buttons.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/pw-server/src/styles/buttons.scss b/web/pw-server/src/styles/buttons.scss index b485014..c72d9dc 100644 --- a/web/pw-server/src/styles/buttons.scss +++ b/web/pw-server/src/styles/buttons.scss @@ -1,5 +1,7 @@ -$btn-text-color: rgb(9, 105, 218); -$btn-border-color: rgba(27, 31, 36, 0.25); +@use "./variables"; + +$btn-text-color: variables.$blue-primary; +$btn-border-color: variables.$light-grey; .btn { color: $btn-text-color; |