Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe4b4f50 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

dark theme fix

parent 0a9e1081
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
@@ -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;