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
@@ -165,7 +165,7 @@ ul.storage-list {
ul.storage-list > li {
padding: 0.5em;
background-color: global.$secondaryColor;
background-color: var(--secondaryColor);
&[data-current='true'] {
background-color: #3b3b3b;