44 lines
647 B
CSS
44 lines
647 B
CSS
html {
|
|
background-color: #D8DEE9b3 !important;
|
|
}
|
|
|
|
div {
|
|
/*background-color: #D8DEE9b3 !important;*/
|
|
color: #3B4252 !important;
|
|
}
|
|
|
|
a:visited h3 div {
|
|
color: #A3BE8C !important;
|
|
}
|
|
|
|
a:link h3 div {
|
|
color: #4C566A !important;
|
|
}
|
|
|
|
a:link div {
|
|
color: #81a1c1 !important;
|
|
}
|
|
|
|
div span {
|
|
color: #3B4252 !important;
|
|
}
|
|
|
|
input {
|
|
background-color: #f9fafb !important;
|
|
color: #3B4252 !important;
|
|
}
|
|
|
|
#search-bar {
|
|
color: #4C566A !important;
|
|
background-color: #ffffff !important;
|
|
}
|
|
|
|
footer {
|
|
background-color: #ECEFF4 !important;
|
|
color: #3B4252;
|
|
}
|
|
|
|
.reskin {
|
|
background-color: #ECEFF4;
|
|
color: #3B4252;
|
|
} |