Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit e1c9f21

Browse files
committed
lighter, smaller, thinner checkbox mark
1 parent 52f3c18 commit e1c9f21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Dat.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ $border-left-size: 5px;
147147

148148
> .checkmark {
149149
display: none;
150-
width: 0.7em;
151-
height: 0.7em;
152-
stroke-width: 10px;
153-
stroke: lighten($boolean-color, 10%);
150+
width: 0.6em;
151+
height: 0.6em;
152+
stroke-width: 7px;
153+
stroke: lighten($boolean-color, 20%);
154154
}
155155
}
156156

0 commit comments

Comments
 (0)