Update styles-main.css

This commit is contained in:
ErikrafT 2025-05-10 14:24:37 -03:00 committed by GitHub
parent 618022efb0
commit a565da4798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -251,6 +251,16 @@ html[dir="rtl"] #expand.flipped > .icon {
/* Typography */
/* Tema claro: SVG azul */
body.light-theme .logo-drop {
color: #3c74c7;
}
/* Tema escuro: SVG branco */
body.dark-theme .logo-drop {
color: #fff;
}
@font-face {
font-family: 'ErikrafT-Icons';
src: url('fonts/ErikrafT-Icons.eot?krj6');