Skip to content

Commit 8a693fb

Browse files
committed
Bug fixes
1 parent 8a45d27 commit 8a693fb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

css/style.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,17 +150,14 @@ footer {
150150
position: relative;
151151
display: inline-block;
152152
cursor: pointer;
153-
-webkit-user-select: none;
154-
-moz-user-select: none;
155-
-ms-user-select: none;
156153
user-select: none;
157154
}
158155

159156
.popup .popuptext {
160157
visibility: hidden;
161158
width: 160px;
162159
background-color: rgb(51, 51, 51);
163-
color: #fff;
160+
color: #ffffff;
164161
text-align: center;
165162
border-radius: 6px;
166163
padding: 8px 0;

0 commit comments

Comments
 (0)