Skip to content

Commit

Permalink
Fix borders
Browse files Browse the repository at this point in the history
  • Loading branch information
spectria-limina committed Dec 7, 2024
1 parent 82ebcfc commit 42a27e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 0 additions & 8 deletions sass/_extra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
@use "highlights";
@use "index";

:root {
--hl: $hld;

&.switch {
--hl: $hl;
}
}

article {
max-width: 30cm;
margin: auto;
Expand Down
10 changes: 9 additions & 1 deletion sass/_vars.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
$hl: #c40;
$hl-esc: "%23c40";
$hld: #f90;
$hld-esc: "%23f90";
$hld-esc: "%23f90";

:root {
#{--hl}: $hld;

&.switch {
#{--hl}: $hl;
}
}

0 comments on commit 42a27e8

Please sign in to comment.