diff options
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/css/helpers.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/css/helpers.css b/web_src/css/helpers.css index 306e4bd51d..d84fd4ba80 100644 --- a/web_src/css/helpers.css +++ b/web_src/css/helpers.css @@ -113,6 +113,7 @@ Gitea's private styles use `g-` prefix. .gt-bg-brown { background: var(--color-brown) !important; } .gt-bg-grey { background: var(--color-grey) !important; } .gt-bg-gold { background: var(--color-gold) !important; } +.gt-bg-transparent { background: transparent !important; } .gt-text-white { color: var(--color-white) !important; } |