Improved bookmarks

- Wraps the favicon in the `<a>` for better accessibility.
This commit is contained in:
Tressley Cahill
2022-11-03 10:54:09 -04:00
parent 0a654eee62
commit 429bc30eef
2 changed files with 22 additions and 36 deletions
+2
View File
@@ -201,6 +201,8 @@ aside svg { height: 4.5rem; }
}
#bookmarks a {
align-items: center;
display: flex;
color: var(--primary-link-color);
text-decoration: none;
transition: color 0.25s ease-in-out;