remove unused CSS class

This commit is contained in:
2026-02-05 21:27:36 +01:00
parent 2fcc58a46f
commit 4afa8a45f4
2 changed files with 1 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@@ -125,16 +125,6 @@ li {
margin-bottom: 0.5em;
}
.link_title {
text-decoration: underline 4px var(--accent);
transition: all 0.2s ease-out;
}
.link_title:hover {
margin-right: 0.5em;
transition: all 0.2s ease-out;
}
hr {
width: 100%;
border: none;