Skip to content

Commit

Permalink
Update style.css to fix anki-geo#152
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanuk committed Apr 7, 2020
1 parent 36063b8 commit fb7f4e8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,18 @@ hr {
.nightMode .info, .nightMode .type {
color: #ccc;
}

.image__inline-svg {
max-width: 100%;
height: auto; /* Required for Chromium */
}

.image__inline-svg path {
fill: none;
stroke: #333;
stroke-width: 1;
}

.night_mode .image__inline-svg path {
stroke: #ccc;
}

0 comments on commit fb7f4e8

Please sign in to comment.