diff options
Diffstat (limited to 'Blog/wwwroot/app.css')
| -rw-r--r-- | Blog/wwwroot/app.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Blog/wwwroot/app.css b/Blog/wwwroot/app.css index 0065fd6..913195b 100644 --- a/Blog/wwwroot/app.css +++ b/Blog/wwwroot/app.css | |||
| @@ -272,9 +272,11 @@ input[type="checkbox"] { | |||
| 272 | appearance: none; | 272 | appearance: none; |
| 273 | } | 273 | } |
| 274 | input[type="checkbox"]:checked::after { | 274 | input[type="checkbox"]:checked::after { |
| 275 | content: "[x]" | 275 | content: "[x]"; |
| 276 | color: var(--color); | ||
| 276 | } | 277 | } |
| 277 | 278 | ||
| 278 | input[type="checkbox"]::after { | 279 | input[type="checkbox"]::after { |
| 279 | content: "[ ]" | 280 | content: "[ ]"; |
| 281 | color: var(--color); | ||
| 280 | } \ No newline at end of file | 282 | } \ No newline at end of file |