diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-10-13 14:22:04 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-10-19 12:57:35 +0200 |
commit | ef760e0337018c8a45bb380d1a1d50f912ca23ee (patch) | |
tree | ea1f93502826804c837e8c7834396cf40c33e5c7 /apps/theming/css/default.css | |
parent | bbbc1d4a163400eb79cfac3e839769f2e54d7f0a (diff) | |
download | nextcloud-server-ef760e0337018c8a45bb380d1a1d50f912ca23ee.tar.gz nextcloud-server-ef760e0337018c8a45bb380d1a1d50f912ca23ee.zip |
Add admin user customization kill switch
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/css/default.css')
-rw-r--r-- | apps/theming/css/default.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css index 1f0a241307b..226f7ccc43f 100644 --- a/apps/theming/css/default.css +++ b/apps/theming/css/default.css @@ -1,6 +1,5 @@ :root { --color-main-background: #ffffff; - --color-main-background-not-plain: #0082c9; --color-main-background-rgb: 255,255,255; --color-main-background-translucent: rgba(var(--color-main-background-rgb), .97); --color-main-background-blur: rgba(var(--color-main-background-rgb), .8); |