summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-04-12 00:12:11 +0200
committermms <michal@sapka.me>2024-04-12 00:12:11 +0200
commit3f2eaa37c2ba1ba343f26ff3ae5d6b118be63abf (patch)
tree0977391cccf8dd34777013d276296a043e9681d4 /static
parent09eb56e370590bfa3030e8af649331507764edbb (diff)
chore: homepage w3c valid
Diffstat (limited to 'static')
l---------static/.#style.css1
-rw-r--r--static/style.css2
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: "ยป";
}