Skip to content

Commit dd66d7a

Browse files
lighten
1 parent 74d8fb3 commit dd66d7a

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

style.css

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ body {
130130
}
131131

132132
.switch > span {
133-
background-color: #2d3035;
134133
border-radius: 3px;
135134
box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2);
136135
text-align: left;
@@ -161,12 +160,6 @@ body {
161160
user-select: none;
162161
}
163162

164-
.switch span span,
165-
.switch input:checked ~ span span:first-child {
166-
color: #aaa;
167-
text-shadow: 1px 1px 1px #191b1e;
168-
}
169-
170163
.switch input {
171164
position: absolute;
172165
opacity: 0;
@@ -272,6 +265,17 @@ table th {
272265
color: #eee;
273266
}
274267

268+
.switch > span {
269+
background-color: #2d3035;
270+
}
271+
272+
.switch span span,
273+
.switch input:checked ~ span span:first-child {
274+
color: #eee;
275+
text-shadow: 1px 1px 1px #191b1e;
276+
}
277+
278+
275279
td[data-field="pin"] {
276280
border: 1px solid #aaa !important;
277281
}

0 commit comments

Comments
 (0)