Fix: Font looks bold with latest update.

This commit is contained in:
gugulethu 2020-12-25 09:32:10 +02:00
commit c6d911b559
6 changed files with 6 additions and 2 deletions

View file

@ -24,3 +24,7 @@
@theme-color-menu-contrast-textActive: #828089;
@theme-color-menu-contrast-textSelected: #ceccd2;
@theme-color-menu-contrast-background: transparent;
html {
font-weight: lighter;
}