summaryrefslogtreecommitdiff
path: root/web/source/css/base.css
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-07-18 09:44:32 +0200
committerLibravatar GitHub <noreply@github.com>2022-07-18 09:44:32 +0200
commitb326bf45a9cc05175c5cdc828db00ed241ba1103 (patch)
treebbbb65ef44619807e45ced810c861de5d78173db /web/source/css/base.css
parent[frontend] Footer styling adjustments (#709) (diff)
downloadgotosocial-b326bf45a9cc05175c5cdc828db00ed241ba1103.tar.xz
[frontend] Tweak border radius for header + avatar (#713)
Diffstat (limited to 'web/source/css/base.css')
-rw-r--r--web/source/css/base.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/source/css/base.css b/web/source/css/base.css
index bf0599803..11d6dc407 100644
--- a/web/source/css/base.css
+++ b/web/source/css/base.css
@@ -28,7 +28,11 @@
src: url(../NotoSans-Bold.ttf) format('truetype');
}
+// 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
+$br_inner: 0.2rem;
html, body {
padding: 0;