Update styles-main.css

This commit is contained in:
ErikrafT 2025-04-10 16:44:51 -03:00 committed by GitHub
parent 65ed5d519f
commit 6544dd1d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -166,6 +166,12 @@ header > .icon-button {
height: 40px; height: 40px;
} }
.android-icon {
font-size: 24px;
color: inherit; /* Herdará a cor do texto pai, se adaptando ao tema */
}
header * { header * {
transition: all 300ms; transition: all 300ms;
} }