themeswitcher/themeswitcher.css

12 lines
174 B
CSS
Raw Normal View History

2019-01-10 08:20:47 +00:00
.theme input + label {
border-bottom: 3px solid transparent;
}
.theme input:checked + label {
border-bottom: 3px solid #ccc;
}
.theme,
.theme input {
display: none;
}