whoogle-search/app/static/css/themes/nord.css
Alexandar Mechev 72a006ccfb
More tweaks to css..
delegating search-bar style to .css
2020-10-18 12:39:01 +02:00

90 lines
1.2 KiB
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;
}
body.dark * a:visited h3 div{
color: #A3BE8C !important;
}
a:link h3 div {
color: #4C566A
}
a:link div {
color: #81a1c1 !important;
}
div span.dark {
color: #f9fafb !important;
}
div span {
color: #3B4252;
}
input {
background-color: #f9fafb !important;
color: #3B4252 !important;
}
body.dark * input {
background-color: #4C566A !important;
color: #f9fafb !important;
}
body.dark * #search-bar {
width: 100%;
border: 1px solid #e9e9e9;
color: #f9fafb;
background-color: #4C566A;
}
#search-bar {
color: #4C566A;
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;
}