UI: Make everything a bit brighter
@ -34,7 +34,7 @@
align-items: center;
column-gap: $space;
padding: #{$space * 0.5};
background: var(--md-sys-color-surface-container);
background: var(--md-sys-color-surface-container-high);
min-height: 5svh;
grid-template: {
@ -21,8 +21,8 @@
}
:global(body) {
background: var(--md-sys-color-background);
color: var(--md-sys-color-on-background);
color: var(--md-sys-color-on-surface);
:global(a) {