fix: nextcloud theme font-family is not used

This commit is contained in:
Rene Hampölz 2022-11-05 16:45:29 +00:00
parent 2f8203abda
commit 94506ed726

View file

@ -15,6 +15,7 @@
#rl-app { #rl-app {
color: var(--color-main-text); color: var(--color-main-text);
background-color: transparent; background-color: transparent;
font-family: var(--font-face);
} }
#rl-left { #rl-left {