diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-10-01 03:04:39 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-10-28 00:18:47 +0000 |
commit | 4a2bbc7af9249364ba2455f627522450262cad75 (patch) | |
tree | b0fd373e0aad0f18c35d2272c565b20bdab630a9 /apps/theming/css | |
parent | d007088cf5d89e29065991e0cbe2c890dfa13d96 (diff) | |
download | nextcloud-server-4a2bbc7af9249364ba2455f627522450262cad75.tar.gz nextcloud-server-4a2bbc7af9249364ba2455f627522450262cad75.zip |
Rewrite admin theming in Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/theming/css')
-rw-r--r-- | apps/theming/css/default.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css index 3bc1fd974cc..0d3f3402fce 100644 --- a/apps/theming/css/default.css +++ b/apps/theming/css/default.css @@ -55,6 +55,7 @@ --background-invert-if-bright: invert(100%); --background-image-invert-if-bright: no; --image-background: url('/core/img/app-background.jpg'); + --image-background-default: url('/core/img/app-background.jpg'); --color-background-plain: #0082c9; --primary-invert-if-bright: no; --color-primary: #00639a; @@ -66,6 +67,7 @@ --color-primary-light-hover: #dbe4e9; --color-primary-text-dark: #ededed; --color-primary-element: #00639a; + --color-primary-element-default-hover: #329bd3; --color-primary-element-text: #ffffff; --color-primary-element-hover: #3282ae; --color-primary-element-light: #e5eff4; |