diff options
author | mms <michal@sapka.me> | 2024-04-12 00:12:11 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-12 00:12:11 +0200 |
commit | 3f2eaa37c2ba1ba343f26ff3ae5d6b118be63abf (patch) | |
tree | 0977391cccf8dd34777013d276296a043e9681d4 /static | |
parent | 09eb56e370590bfa3030e8af649331507764edbb (diff) |
chore: homepage w3c valid
Diffstat (limited to 'static')
l--------- | static/.#style.css | 1 | ||||
-rw-r--r-- | static/style.css | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/static/.#style.css b/static/.#style.css new file mode 120000 index 0000000..5fa0764 --- /dev/null +++ b/static/.#style.css @@ -0,0 +1 @@ +mms@voyager.63297:1712135685
\ No newline at end of file diff --git a/static/style.css b/static/style.css index a444673..c11987f 100644 --- a/static/style.css +++ b/static/style.css @@ -212,7 +212,7 @@ header li { display: block; } -header li::after { +header li:not(:last-child)::after { content: "ยป"; } |