high contrast ticks
This commit is contained in:
parent
b83691afc7
commit
8dcfc25b52
|
@ -882,4 +882,10 @@ h1 svg {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
|
.ticks li::before {
|
||||||
|
content: '✓';
|
||||||
|
background: none;
|
||||||
|
width: auto;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -882,4 +882,10 @@ h1 svg {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
|
.ticks li::before {
|
||||||
|
content: '✓';
|
||||||
|
background: none;
|
||||||
|
width: auto;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user