diff --git a/src/styles/global.css b/src/styles/global.css index 6b8f2f3..eaf49e8 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -89,6 +89,11 @@ main { font-size: 1.1rem; } +.nav a::before { + content: "./"; + opacity: 0.7; +} + .cursor { display: inline-block; width: 0.6em;