Layout changes

This commit is contained in:
2020-04-06 22:54:06 -05:00
parent ca2a5b0fd0
commit 4aa4fa48f3
3 changed files with 7 additions and 7 deletions

View File

@@ -68,9 +68,9 @@ label.CheckBoxLabel .CheckBoxCheckMark:after {
top: 1px;
width: 5px;
height: 10px;
border: solid var(--heading_text_color);
border: solid var(--heading_other_text_color);
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
}