aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/_theme.scss3
-rw-r--r--src/styles/global.scss2
2 files changed, 4 insertions, 1 deletions
diff --git a/src/styles/_theme.scss b/src/styles/_theme.scss
index 09c90d5..74ed2f2 100644
--- a/src/styles/_theme.scss
+++ b/src/styles/_theme.scss
@@ -62,6 +62,7 @@ $link2: $foreground2;
$defFG: $foreground1;
$altFG: $foreground2;
+$border0: gray;
$border1: pink;
$border2: lightgreen;
@@ -72,3 +73,5 @@ $underline3: $warningColor;
$defBigShadow: 0px 2px 4px $shadowColor;
$floatingShadow: 6px 6px 6px $shadowColor;
+
+$defTransition: 0.3s;
diff --git a/src/styles/global.scss b/src/styles/global.scss
index ef3d11d..3d077f6 100644
--- a/src/styles/global.scss
+++ b/src/styles/global.scss
@@ -17,9 +17,9 @@
::-webkit-scrollbar {
width: 1vw;
}
+
* {
scrollbar-width: 1vw; /* Firefox */
- transition: 0.3s;
}
body {