refactor(styles): separated fonts and responsiveness to scss files; made global reference only once

This commit is contained in:
2026-03-03 02:29:27 +01:00
parent 8698a53caf
commit 22b8509ebe
25 changed files with 278 additions and 144 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export default {
button[data-selected='true'] {
font-weight: bold;
color: global.$accentColor;
color: var(--accentColor);
text-decoration: underline;
}
}