Update styles-main.css
This commit is contained in:
parent
618022efb0
commit
a565da4798
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue