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

Commit 295f5ffd authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/snappyy-theme-fix-nc25' into 'main'

dark theme fix

See merge request !26
parents 0a9e1081 fe4b4f50
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;