visual update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user