add theme

This commit is contained in:
Peter Maquiran
2022-10-20 15:45:10 +01:00
parent 46296f5f3e
commit a10f85a7d2
124 changed files with 1040 additions and 69 deletions
+2 -2
View File
@@ -759,7 +759,7 @@ app-header-no-search .ion-toolbar{
// mobile
body, .blue-background{ background: var(--color) !important;}
body, .blue-background{ background: var(--background-mobile) !important;}
// desktop
@@ -767,7 +767,7 @@ body, .blue-background{ background: var(--color) !important;}
// set color to body
body{
background: linear-gradient(270deg, var(--color2) 0%, var(--color3) 23.44%, var(--color4) 78.13%, var(--color5) 100%) !important;
background: var(--background-desktop) !important ;
}
}