Skip to content

Commit f49796f

Browse files
authored
Merge pull request #320 from lorenzos/font-and-tooltip-opacity
Improved readability: fixed serif font and tooltip opacity
2 parents 7fd44c9 + 84044cd commit f49796f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/components/Tooltip.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
border-radius: 4px;
66
background: #fff;
77
border: 1px solid #aaa;
8-
opacity: 0.7;
8+
opacity: 0.9;
99
white-space: nowrap;
1010
visibility: visible;
1111
transition: opacity .2s ease, visibility .2s ease;

client/viewer.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--main-font: normal 11px Verdana;
2+
--main-font: normal 11px Verdana, sans-serif;
33
}
44

55
:global html,

0 commit comments

Comments
 (0)