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/dark/search.css

57 lines
853 B
CSS
Raw Normal View History

2025-03-07 17:13:57 -08:00
.pagecontent {
background-image: url("/static/themes/dark/darkeneder_paper.jpg");
}
.search-result {
color: white;
}
.search-result:visited {
color: steelblue;
}
.search-url {
color: lightgray;
}
.search-description {
color: gray;
}
.search-relevance {
color: lightgray;
}
.wikipedia-complication {
background-image: url("/static/img/darkened_paper.jpg");
}
.wikipedia-title {
color: white;
}
.wikipedia-fromwikipedia {
color: lightslategray;
}
.wikipedia-class {
color: lightslategray;
}
.wikipedia-description {
color: white;
}
.complications-note {
background-image: url("/static/img/darkened_paper.jpg");
}
.unit_converter-complication {
background-image: url("/static/img/darkened_paper.jpg");
}
.unit_converter-title {
color: white;
}
.unit_converter-result {
color: white;
}