We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fd44c9 + 84044cd commit f49796fCopy full SHA for f49796f
client/components/Tooltip.css
@@ -5,7 +5,7 @@
5
border-radius: 4px;
6
background: #fff;
7
border: 1px solid #aaa;
8
- opacity: 0.7;
+ opacity: 0.9;
9
white-space: nowrap;
10
visibility: visible;
11
transition: opacity .2s ease, visibility .2s ease;
client/viewer.css
@@ -1,5 +1,5 @@
1
:root {
2
- --main-font: normal 11px Verdana;
+ --main-font: normal 11px Verdana, sans-serif;
3
}
4
:global html,
0 commit comments