Skip to content

Commit

Permalink
main.scss: Attempt to override dark-appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
bmndc committed Jun 16, 2024
1 parent 5e107c7 commit bbcddc2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@
@import "no-style-please";

@mixin dark-appearance {
html, body {
background: #0F0F0F;
}
body {
color: #F0F0F0;
}
a {
color: #00B55B;
}
background: #0F0F0F;
color: #F0F0F0;
}

html, body {
Expand Down

0 comments on commit bbcddc2

Please sign in to comment.