Make menu icons visible on the profile page in the light theme (#459)

This commit is contained in:
TAKAHASHI Shuuji 2023-01-21 01:46:33 +09:00 committed by GitHub
parent 201aa20f27
commit c5d51a8b11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -255,6 +255,10 @@ header menu a i {
vertical-align: middle;
}
body.light-theme.has-banner header menu a i {
color: var(--color-bg-main);
}
header menu a.htmx-request i {
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);