diff options
Diffstat (limited to 'Blog/wwwroot')
| -rw-r--r-- | Blog/wwwroot/app.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Blog/wwwroot/app.css b/Blog/wwwroot/app.css index 913195b..98b81d9 100644 --- a/Blog/wwwroot/app.css +++ b/Blog/wwwroot/app.css | |||
| @@ -279,4 +279,18 @@ input[type="checkbox"]:checked::after { | |||
| 279 | input[type="checkbox"]::after { | 279 | input[type="checkbox"]::after { |
| 280 | content: "[ ]"; | 280 | content: "[ ]"; |
| 281 | color: var(--color); | 281 | color: var(--color); |
| 282 | } | ||
| 283 | |||
| 284 | small { | ||
| 285 | font-size: 60%; | ||
| 286 | } | ||
| 287 | |||
| 288 | .icon { | ||
| 289 | color: var(--color); | ||
| 290 | width: 1em; | ||
| 291 | } | ||
| 292 | |||
| 293 | span.name { | ||
| 294 | color: var(--color); | ||
| 295 | filter: opacity(50%); | ||
| 282 | } \ No newline at end of file | 296 | } \ No newline at end of file |