Minor UI stylings

This commit is contained in:
Liyas Thomas
2019-11-19 20:29:18 +05:30
parent a22090e3df
commit 91d0422f53
2 changed files with 4 additions and 0 deletions

View File

@@ -724,6 +724,7 @@ input[type="radio"] + label {
input[type="radio"]:checked + label {
border-color: var(--fg-color);
color: var(--fg-color);
}
input[type="radio"]:checked + label + .tab {