aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/styles/variables.scss
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-08-15 20:46:13 +0200
committerIlion Beyst <ilion.beyst@gmail.com>2022-08-15 20:46:13 +0200
commita1c7866f87872e83e7766f76eae443fd5af59fd7 (patch)
tree1492caafa3857a47899230c3811d9fe99b1ec809 /web/pw-server/src/styles/variables.scss
parent4dcccb589d74fafd44ed37d266136adc7a352d82 (diff)
downloadplanetwars.dev-a1c7866f87872e83e7766f76eae443fd5af59fd7.tar.xz
planetwars.dev-a1c7866f87872e83e7766f76eae443fd5af59fd7.zip
styling of next/prev buttons
Diffstat (limited to 'web/pw-server/src/styles/variables.scss')
-rw-r--r--web/pw-server/src/styles/variables.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/pw-server/src/styles/variables.scss b/web/pw-server/src/styles/variables.scss
index 257a67e..5ff08b6 100644
--- a/web/pw-server/src/styles/variables.scss
+++ b/web/pw-server/src/styles/variables.scss
@@ -1 +1,4 @@
$bg-color: rgb(41, 41, 41);
+
+$btn-text-color: rgb(9, 105, 218);
+$btn-border-color: rgba(27, 31, 36, 0.25);