summaryrefslogtreecommitdiff
path: root/web/source/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/css')
-rw-r--r--web/source/css/_colors.css2
-rw-r--r--web/source/css/base.css6
2 files changed, 4 insertions, 4 deletions
diff --git a/web/source/css/_colors.css b/web/source/css/_colors.css
index 026d41450..940ded336 100644
--- a/web/source/css/_colors.css
+++ b/web/source/css/_colors.css
@@ -51,7 +51,7 @@ $error-link: #185F8C; /* Error link text, can be used with $error2 (5.54) */
$fg: $white1;
$bg: $gray1;
-$bg-trans: color-mod($gray5 alpha(62%));
+$bg-trans: rgba(77, 78, 86, 0.62);
$bg-accent: $gray5;
$fg-accent: $blue3;
diff --git a/web/source/css/base.css b/web/source/css/base.css
index d46d0931d..576c0829f 100644
--- a/web/source/css/base.css
+++ b/web/source/css/base.css
@@ -30,10 +30,10 @@
src: url(../NotoSans-Bold.ttf) format('truetype');
}
-// standard border radius for nice squircles
+/* standard border radius for nice squircles */
$br: 0.4rem;
-// border radius for items that are framed/bordered
-// inside something with $br, eg avatar, header img
+/* border radius for items that are framed/bordered
+ inside something with $br, eg avatar, header img */
$br-inner: 0.2rem;
html, body {