Import fonts sheet, fix a couple validation errors.
Import fonts sheet, fix a couple validation errors.

File last commit:

9ecc5ebca9fd
14787ee7d95c
Show More
search.scss
34 lines | 544 B | text/x-scss | ScssLexer
@charset "utf-8";
@import "palette";
.search {
margin: 10px;
}
.search #q {
width: 45%;
}
.results {
margin: 0;
padding: 1ex 2em;
background-color: $foreground;
}
.results, .results a { color: $text-accent; }
.results a:visited { color: $link-visited; }
.results a:hover { color: $link-hover; }
#syntax code { color: $text-accent; }
#syntax form { margin: 0; }
dt {
font-size: larger;
}
ol {
list-style-type: none;
}
/* Overload header texts */
#syntax h2 span { background:url(../parts/mt-blk_bar-search_syntax.png) no-repeat }