72 lines
966 B
CSS
72 lines
966 B
CSS
html {
|
|
background-color: #D8DEE9 !important;
|
|
}
|
|
|
|
html.dark {
|
|
background-color: #292E39 !important;
|
|
color: #ECEFF4 !important;
|
|
}
|
|
|
|
body.dark {
|
|
background-color: #292E39 !important;
|
|
color: #ECEFF4 !important;
|
|
}
|
|
|
|
body.dark>a:link div{
|
|
color: #ECEFF4 !important;
|
|
}
|
|
|
|
div {
|
|
color: #3B4252;
|
|
}
|
|
|
|
|
|
a:visited h3 div {
|
|
color: #A3BE8C !important;
|
|
}
|
|
|
|
a:link h3 div {
|
|
color: #4C566A
|
|
}
|
|
|
|
a:link div {
|
|
color: #81a1c1 !important;
|
|
}
|
|
|
|
div span {
|
|
color: #3B4252;
|
|
}
|
|
|
|
div span.dark {
|
|
color: #f9fafb;
|
|
}
|
|
|
|
input {
|
|
background-color: #f9fafb !important;
|
|
color: #3B4252 !important;
|
|
}
|
|
|
|
#search-bar {
|
|
color: #4C566A !important;
|
|
background-color: #ffffff ;
|
|
}
|
|
|
|
footer {
|
|
background-color: #D8DEE9 ;
|
|
color: #3B4252;
|
|
}
|
|
|
|
footer.dark {
|
|
background-color: #292E39 !important;
|
|
color: #ECEFF4;
|
|
}
|
|
|
|
.reskin {
|
|
background-color: #f9fafb;
|
|
color: #3B4252;
|
|
}
|
|
|
|
.reskin-dark {
|
|
background-color: #2E3440;
|
|
color: #ECEFF4;
|
|
} |