feat: add prefix and suffix

This commit is contained in:
2026-05-25 21:04:07 -03:00
parent fd0177f167
commit c0fd9e370c
+8
View File
@@ -191,6 +191,14 @@ h1 {
transition: 0.2s ease; transition: 0.2s ease;
} }
.directory a::before {
content: " "
}
.directory a::after {
content:" "
}
.directory a:hover { .directory a:hover {
cursor: url('https://cdn.cursors-4u.net/previews/my-custom-cursor-8-1-e2eeed6e-preview-32.webp') 0 0, auto !important; cursor: url('https://cdn.cursors-4u.net/previews/my-custom-cursor-8-1-e2eeed6e-preview-32.webp') 0 0, auto !important;
color: var(--text-header); color: var(--text-header);