Skip to content

Commit

Permalink
cleanup: scss deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Sep 10, 2024
1 parent 8e9147e commit 237b169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- The skip to content button not being on sites without the navigation island

- SCSS deprecation warning

### Changed

- Make grammer mistakes to have red underline
Expand Down
3 changes: 1 addition & 2 deletions custom/ArticleList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@
&.draft {
border: 0.15rem dashed #5b4f00;
background-color: transparent;
border-radius: 1.2rem;

@media (prefers-color-scheme: dark) {
border-color: #ffff7d5a;
}

border-radius: 1.2rem;

a {
color: #5b4f00;

Expand Down

0 comments on commit 237b169

Please sign in to comment.