summaryrefslogtreecommitdiff
path: root/Blog/wwwroot/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'Blog/wwwroot/app.css')
-rw-r--r--Blog/wwwroot/app.css14
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 {
279input[type="checkbox"]::after { 279input[type="checkbox"]::after {
280 content: "[ ]"; 280 content: "[ ]";
281 color: var(--color); 281 color: var(--color);
282}
283
284small {
285 font-size: 60%;
286}
287
288.icon {
289 color: var(--color);
290 width: 1em;
291}
292
293span.name {
294 color: var(--color);
295 filter: opacity(50%);
282} \ No newline at end of file 296} \ No newline at end of file