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
@@ -91,7 +91,7 @@ export default defineComponent({
.warning {
padding: 0.25em;
margin: 0.25em 0;
background: global.$accentColor;
background: var(--accentColor);
color: black;
font-weight: bold;