Skip to content

Commit

Permalink
cleanup: make the lists' markers be the color accent
Browse files Browse the repository at this point in the history
Another thing inspired from Duckquill, since, well, it looks good.

Duckquill one love <3
  • Loading branch information
GabsEdits committed Sep 16, 2024
1 parent 4548665 commit bf22180
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Changed

- Make the lists' markers be the color accent

- Make grammer mistakes to have red underline

- Hovering the navigation island will make it slightly bigger
Expand Down
4 changes: 4 additions & 0 deletions src/styles/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ mark {
ul,
ol {
margin: 0;

li::marker {
color: var(--color-accent);
}
}

ul {
Expand Down

0 comments on commit bf22180

Please sign in to comment.