Highlight @username, links and emails in descriptions; and some fixes

This commit is contained in:
Laptop
2024-11-24 16:32:33 +02:00
parent ea3426edd9
commit 2ed5d08bbc
12 changed files with 133 additions and 39 deletions

View File

@@ -156,4 +156,8 @@ select:focus {
display: grid;
grid-template: auto / auto auto auto;
gap: 1rem;
}
.link {
color: var(--accent);
}