This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
asklyphe-frontend/static/themes/oled/search.css

68 lines
No EOL
922 B
CSS

.pagecontent {
background: black;
border: 1px solid white;
}
.search-result {
color: white;
padding: 10px;
border: 1px solid white;
margin: 3px;
}
.search-result:visited {
color: steelblue;
}
.search-url {
color: lightgray;
}
.search-description {
color: gray;
}
.search-relevance {
color: lightgray;
}
.wikipedia-complication {
background: black;
border: 1px solid white;
}
.wikipedia-image > img {
background: gray;
}
.wikipedia-title {
color: white;
}
.wikipedia-fromwikipedia {
color: lightslategray;
}
.wikipedia-class {
color: lightslategray;
}
.wikipedia-description {
color: white;
}
.complications-note {
background: black;
border: 1px solid white;
}
.unit_converter-complication {
background: black;
border: 1px solid white;
}
.unit_converter-title {
color: white;
}
.unit_converter-result {
color: white;
}