refacto: reorganize scss for modularity
This commit is contained in:
parent
cee8bb00bc
commit
8d3d2d8b61
10 changed files with 301 additions and 303 deletions
|
|
@ -27,9 +27,12 @@
|
|||
--mantle: #{light.$mantle};
|
||||
--crust: #{light.$crust};
|
||||
|
||||
--standard-border-radius: .8rem
|
||||
--standard-border-radius: .8rem;
|
||||
--text-font: "Ubuntu Nerd Font", Helvetica, sans-serif;
|
||||
--title-font: "Ubuntu Nerd Font", Helvetica, sans-serif;
|
||||
--mono-font: "Ubuntu Mono Nerd Font", monospace;
|
||||
}
|
||||
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
|
|
@ -57,7 +60,7 @@
|
|||
--base: #{dark.$base};
|
||||
--mantle: #{dark.$mantle};
|
||||
--crust: #{dark.$crust};
|
||||
}
|
||||
}
|
||||
|
||||
img,
|
||||
video {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue