mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-04 03:58:11 +00:00
refactor(styles): separated fonts and responsiveness to scss files; made global reference only once
This commit is contained in:
@@ -58,7 +58,7 @@ export default {
|
||||
|
||||
button[data-selected='true'] {
|
||||
font-weight: bold;
|
||||
color: global.$accentColor;
|
||||
color: var(--accentColor);
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user