feat: add prefix and suffix
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user