Loading style.css +3 −3 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ * this file will serve as a template for customization. */ /* Default Nextcloud (v25) theme variables and colors */:root { /* Default Nextcloud (v25) theme variables and colors */ :root, [data-theme-light] { --main-color: var(--color-main-text); --main-bg-color: var(--color-main-background); --main-bg-image: none; Loading Loading @@ -201,7 +201,7 @@ --color-primary-drop:rgba(0, 0, 0, 0.12); } body.theme--dark { body[data-themes="dark"] , body[data-themes="dark-highcontrast"] { --main-color: var(--color-main-text); --main-bg-color: var(--color-main-background); --main-bg-image: none; Loading Loading
style.css +3 −3 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ * this file will serve as a template for customization. */ /* Default Nextcloud (v25) theme variables and colors */:root { /* Default Nextcloud (v25) theme variables and colors */ :root, [data-theme-light] { --main-color: var(--color-main-text); --main-bg-color: var(--color-main-background); --main-bg-image: none; Loading Loading @@ -201,7 +201,7 @@ --color-primary-drop:rgba(0, 0, 0, 0.12); } body.theme--dark { body[data-themes="dark"] , body[data-themes="dark-highcontrast"] { --main-color: var(--color-main-text); --main-bg-color: var(--color-main-background); --main-bg-image: none; Loading