Update checkmark style

This commit is contained in:
Tetrakern 2024-11-25 22:53:08 +01:00
parent b6dae55664
commit 392db21d91
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -741,9 +741,13 @@ html:not(.logged-in) body:not(.logged-in) {
color: var(--checkmark-checked);
font-size: 18px;
line-height: 1;
padding: 0 4px;
padding: 4px;
margin-right: -4px;
&:focus-visible.marked {
color: var(--in-focus-color);
}
&:not(.marked) {
color: var(--checkmark-not-checked);
text-shadow: none;