summaryrefslogtreecommitdiff
path: root/web/source/css
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2022-11-02 16:31:43 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-02 16:31:43 +0100
commitc4c713988a62c2ca1ea92778f2cebbfd483c98f1 (patch)
tree0e29b53992a452559f221df698fa2e1d5aa1ce1b /web/source/css
parent[chore] Bump CI dependencies (#944) (diff)
downloadgotosocial-c4c713988a62c2ca1ea92778f2cebbfd483c98f1.tar.xz
[frontend] change bundler to skulk (#942)
* replace web bundler with skulk * upgrade skulk * add license
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 {