Skip to content

Commit

Permalink
Use system fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
adokseo committed Apr 25, 2021
1 parent 6d82cd4 commit 02e7dea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
--------------------------------------------------------------*/

body {
font-family: sans-serif;
font-size: 14px;
width: 320px;
height: 532px;
Expand Down Expand Up @@ -79,7 +78,7 @@ body[data-appearance='home'] .satus-button--back {
}

html[it-title-version='true'] body[data-appearance='home'] .satus-text--title::after {
font: 700 10px sans-serif;
font: 700 10px;
margin: 0 0 0 4px;
content: attr(data-version);
opacity: .6;
Expand Down

0 comments on commit 02e7dea

Please sign in to comment.