12 lines
174 B
CSS
12 lines
174 B
CSS
|
.theme input + label {
|
||
|
border-bottom: 3px solid transparent;
|
||
|
}
|
||
|
|
||
|
.theme input:checked + label {
|
||
|
border-bottom: 3px solid #ccc;
|
||
|
}
|
||
|
|
||
|
.theme,
|
||
|
.theme input {
|
||
|
display: none;
|
||
|
}
|