Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-08-01 19:24:28 +02:00
parent c5e7fe7bdc
commit ce55ed8221
No known key found for this signature in database
GPG Key ID: D1D45825D60C24D2

View File

@ -48,7 +48,7 @@
position: absolute;
height: 24px;
padding: 0 8px;
color: white;
color: var(--primary-content);
display: flex;
align-items: center;
justify-content: center;
@ -64,7 +64,9 @@
}
.button button:hover svg * {
fill: white !important; /* To override .iconButton:not(.stroke):hover svg */
fill: var(
--primary-content
) !important; /* To override .iconButton:not(.stroke):hover svg */
}
.button button svg {