Give docked Safari PWA the proper title bar color

This commit is contained in:
Zef Hemel
2023-11-07 15:21:53 +01:00
parent fcfdc685ac
commit ed0c0d9616
4 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ html,
body {
height: initial !important;
overflow: initial !important;
background-color: var(--root-background-color) !important;
}
#sb-main {
@@ -21,7 +22,7 @@ body {
body {
font-family: var(--ui-font);
background-color: var(--root-background-color);
color: var(--root-color);
}
@@ -3,6 +3,7 @@ html,
body {
height: initial !important;
overflow: initial !important;
background-color: var(--root-background-color);
}
#sb-main {