feat: add ./ before navbar items
This commit is contained in:
parent
fac160dc35
commit
35ef2c7a9a
1 changed files with 5 additions and 0 deletions
|
@ -89,6 +89,11 @@ main {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav a::before {
|
||||||
|
content: "./";
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
|
||||||
.cursor {
|
.cursor {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 0.6em;
|
width: 0.6em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue