Skip to content

Commit 84044cd

Browse files
committed
Improved readability of translucent tooltips
1 parent df49b19 commit 84044cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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;

0 commit comments

Comments
 (0)