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.
1 parent 8a45d27 commit 8a693fbCopy full SHA for 8a693fb
css/style.css
@@ -150,17 +150,14 @@ footer {
150
position: relative;
151
display: inline-block;
152
cursor: pointer;
153
- -webkit-user-select: none;
154
- -moz-user-select: none;
155
- -ms-user-select: none;
156
user-select: none;
157
}
158
159
.popup .popuptext {
160
visibility: hidden;
161
width: 160px;
162
background-color: rgb(51, 51, 51);
163
- color: #fff;
+ color: #ffffff;
164
text-align: center;
165
border-radius: 6px;
166
padding: 8px 0;
0 commit comments