Skip to content

Commit

Permalink
💄 (docs): Add rounded corners to app icons
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 3, 2023
1 parent bceed57 commit 307dcd9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
margin: 0 0 0 0.5em;
}

.md-typeset img[alt$=" logo"] {
border-radius: 10px;
}

.md-typeset img[alt$=" icon"] {
border-radius: 3px;
}

/* Workaround to support auto dark mode */
:root {
--md-default-fg-color: #000000de;
Expand Down

0 comments on commit 307dcd9

Please sign in to comment.