Skip to content

Commit

Permalink
cleanup: Edit a bit the icons so it looks natural
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed May 2, 2024
1 parent 020db80 commit 04aa862
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aplos",
"version": "1.4.0-1",
"version": "1.4.0-2",
"type": "module",
"description": "A sleek, contemporary, and purposefully designed VitePress theme",
"main": "index.ts",
Expand Down
8 changes: 5 additions & 3 deletions styles/cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@

&::before {
filter: 0;
margin-right: 0.625rem;

margin-right: 0.5rem;
vertical-align: middle;
display: inline;

@media (prefers-color-scheme: dark) {
filter: invert(100%);
}
Expand Down Expand Up @@ -102,4 +104,4 @@
margin: 0.625rem 0 0 0;
font-size: 0.9375rem;
}
}
}

0 comments on commit 04aa862

Please sign in to comment.