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, 9 insertions, 5 deletions
diff --git a/Blog/wwwroot/app.css b/Blog/wwwroot/app.css
index 98b81d9..038f76e 100644
--- a/Blog/wwwroot/app.css
+++ b/Blog/wwwroot/app.css
@@ -91,19 +91,19 @@ header > h1 {
91 display: inline-block; 91 display: inline-block;
92} 92}
93 93
94li:has(a:focus)::marker { 94footer li:has(a:focus)::marker {
95 content: "==> "; 95 content: "==> ";
96} 96}
97 97
98li:has(a:hover)::marker { 98footer li:has(a:hover)::marker {
99 content: " >"; 99 content: " >";
100} 100}
101 101
102li:has(a:hover:focus)::marker { 102footer li:has(a:hover:focus)::marker {
103 content: "==>"; 103 content: "==>";
104} 104}
105 105
106li::marker { 106footer li::marker {
107 content: "> "; 107 content: "> ";
108} 108}
109 109
@@ -293,4 +293,8 @@ small {
293span.name { 293span.name {
294 color: var(--color); 294 color: var(--color);
295 filter: opacity(50%); 295 filter: opacity(50%);
296} \ No newline at end of file 296}
297
298li.dash {
299 list-style-type: "- ";
300}