high contrast ticks

This commit is contained in:
Heydon Pickering 2017-08-08 18:51:05 +01:00
parent b83691afc7
commit 8dcfc25b52
3 changed files with 13 additions and 1 deletions

View File

@ -882,4 +882,10 @@ h1 svg {
background: #fff;
padding: 0.5rem;
}
.ticks li::before {
content: '✓';
background: none;
width: auto;
top: 0;
}
}

File diff suppressed because one or more lines are too long

View File

@ -882,4 +882,10 @@ h1 svg {
background: #fff;
padding: 0.5rem;
}
.ticks li::before {
content: '✓';
background: none;
width: auto;
top: 0;
}
}