summaryrefslogtreecommitdiff
path: root/web/source/css/_colors.css
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-11-15 10:19:32 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-15 10:19:32 +0100
commita39a664525f55846dd5eea52fcc7009867835989 (patch)
tree33ba8c86bff8ea31853c1f52a92260d2909edcd4 /web/source/css/_colors.css
parent[feature] Allow newly uploaded emojis to be placed in categories (#939) (diff)
downloadgotosocial-a39a664525f55846dd5eea52fcc7009867835989.tar.xz
[feature] Serialize local account role via API, and show it via web view (#1045)
* [feature] Add 'role' field to api serialization of local accounts * [chore] Add a bit of license text while I'm here * [frogend] render account role on same line as username in web view of profile * style tweaking on role badges, general profile header layout * profile stats wrapping * don't render standard 'user' role on web view Co-authored-by: f0x <f0x@cthu.lu>
Diffstat (limited to 'web/source/css/_colors.css')
-rw-r--r--web/source/css/_colors.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/source/css/_colors.css b/web/source/css/_colors.css
index 940ded336..82028dce6 100644
--- a/web/source/css/_colors.css
+++ b/web/source/css/_colors.css
@@ -62,6 +62,9 @@ $border-accent: $orange2;
$link-fg: $fg-accent;
+$role-moderator: $orange1;
+$role-admin: $blue2;
+
$button-bg: $blue2;
$button-fg: $gray1;
$button-hover-bg: $blue3;