mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 16:51:00 +00:00
Make menu icons visible on the profile page in the light theme (#459)
This commit is contained in:
parent
201aa20f27
commit
c5d51a8b11
1 changed files with 4 additions and 0 deletions
|
@ -255,6 +255,10 @@ header menu a i {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.light-theme.has-banner header menu a i {
|
||||||
|
color: var(--color-bg-main);
|
||||||
|
}
|
||||||
|
|
||||||
header menu a.htmx-request i {
|
header menu a.htmx-request i {
|
||||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||||
animation-delay: var(--fa-animation-delay, 0s);
|
animation-delay: var(--fa-animation-delay, 0s);
|
||||||
|
|
Loading…
Reference in a new issue