Skip to content

Commit

Permalink
cleanup: small changes to mark element
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Oct 6, 2024
1 parent d1cef1e commit ebb9db2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Move the details of the article to the bottom of the article's card

- Small changes to `mark` element by making smaller and more padding

---

### Development
Expand Down
3 changes: 2 additions & 1 deletion src/styles/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ mark {
margin: 0;
border-radius: var(--rounded-sm);
background-color: var(--color-background-second);
padding: 0.125rem 0.375rem 0.1875rem 0.375rem;
padding: 0.125rem 0.375rem;
font-size: 0.875rem;
color: var(--color-accent);
}

Expand Down

0 comments on commit ebb9db2

Please sign in to comment.