General style improvement in gang

This commit is contained in:
Olivier Gagnon
2021-03-12 14:09:35 -05:00
parent a4fe6d80d6
commit f8d65b9240
2 changed files with 24 additions and 17 deletions

View File

@@ -360,9 +360,11 @@ a:visited {
font-size: $defaultFontSize * 0.8125;
}
input[type=checkbox] {
filter: invert(1) sepia(1) hue-rotate(41deg) brightness(100%) saturate(10);
}
.optionCheckbox {
filter: invert(1) sepia(1) hue-rotate(41deg) brightness(100%) saturate(10);
margin: 5px;
float: right;
}