Skip to content

Commit

Permalink
Merge pull request #320 from lorenzos/font-and-tooltip-opacity
Browse files Browse the repository at this point in the history
Improved readability: fixed serif font and tooltip opacity
  • Loading branch information
th0r committed Oct 10, 2019
2 parents 7fd44c9 + 84044cd commit f49796f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/components/Tooltip.css
Expand Up @@ -5,7 +5,7 @@
border-radius: 4px;
background: #fff;
border: 1px solid #aaa;
opacity: 0.7;
opacity: 0.9;
white-space: nowrap;
visibility: visible;
transition: opacity .2s ease, visibility .2s ease;
Expand Down
2 changes: 1 addition & 1 deletion client/viewer.css
@@ -1,5 +1,5 @@
:root {
--main-font: normal 11px Verdana;
--main-font: normal 11px Verdana, sans-serif;
}

:global html,
Expand Down

0 comments on commit f49796f

Please sign in to comment.