feat: add ./ before navbar items

This commit is contained in:
grassblock 2025-05-01 22:33:13 +08:00
parent fac160dc35
commit 35ef2c7a9a

View file

@ -89,6 +89,11 @@ main {
font-size: 1.1rem;
}
.nav a::before {
content: "./";
opacity: 0.7;
}
.cursor {
display: inline-block;
width: 0.6em;