Merge pull request #16 from code913/theme

UI: Make everything a bit brighter
main
SolDev69 2 years ago committed by GitHub
commit 0814ae9f36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,7 @@
align-items: center; align-items: center;
column-gap: $space; column-gap: $space;
padding: #{$space * 0.5}; padding: #{$space * 0.5};
background: var(--md-sys-color-surface-container); background: var(--md-sys-color-surface-container-high);
min-height: 5svh; min-height: 5svh;
grid-template: { grid-template: {

@ -21,8 +21,8 @@
} }
:global(body) { :global(body) {
background: var(--md-sys-color-background); background: var(--md-sys-color-surface-container);
color: var(--md-sys-color-on-background); color: var(--md-sys-color-on-surface);
} }
:global(a) { :global(a) {

Loading…
Cancel
Save