changed statusbar colors

This commit is contained in:
t1enne
2022-10-13 21:22:58 +02:00
parent ecfb4a4c53
commit 0ff49f1c32
2 changed files with 15 additions and 5 deletions

View File

@@ -6,5 +6,12 @@
height: 2rem;
width: 100%;
padding: var(--content-padding);
color: var(--theme-color-palette-5);
color: var(--theme-color-components-text-on-light);
background-color: var(--component-background);
font-family: var(--theme-text-display-font-family);
font-weight: 600;
.right {
color: red;
}
}