Update styles-main.css
This commit is contained in:
parent
618022efb0
commit
a565da4798
|
@ -251,6 +251,16 @@ html[dir="rtl"] #expand.flipped > .icon {
|
||||||
|
|
||||||
/* Typography */
|
/* 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-face {
|
||||||
font-family: 'ErikrafT-Icons';
|
font-family: 'ErikrafT-Icons';
|
||||||
src: url('fonts/ErikrafT-Icons.eot?krj6');
|
src: url('fonts/ErikrafT-Icons.eot?krj6');
|
||||||
|
|
Loading…
Reference in New Issue