visual update

This commit is contained in:
Simon
2026-02-08 12:33:18 +00:00
parent 62c7bfd694
commit c9a7dc4e82
2 changed files with 16 additions and 11 deletions

View File

@@ -79,8 +79,8 @@ body {
}
.icon-btn {
width: 40px;
height: 40px;
width: 48px;
height: 48px;
border: none;
background: transparent;
border-radius: 8px;
@@ -98,6 +98,18 @@ body {
color: var(--accent);
}
/* CDN-served icon images (Heroicons) */
.icon-svg {
width: 24px;
height: 24px;
display: block;
filter: invert(100%) saturate(0%);
}
.icon-btn:hover .icon-svg {
filter: none;
}
/* Hamburger Menu */
.hamburger {
display: flex;