Skip to content

Commit

Permalink
Google Lighthouse Accessibility Fix (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jieiku authored Jan 9, 2025
1 parent 3ec63e8 commit 92f883a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sass/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ blockquote cite::before {
}

nav a.active {
background-color: #ff2e88;
background-color: #e50074;
color: #fff;
}

Expand Down
6 changes: 3 additions & 3 deletions sass/site.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@use "vendor";
@use "theme";
@import "parts/note";
@import "parts/code";
@import "parts/search";
@use "parts/note";
@use "parts/code";
@use "parts/search";

:root {
--note-color: #00c6ff;
Expand Down

0 comments on commit 92f883a

Please sign in to comment.