Miscellaneous tweaks for readability and correctness.
Miscellaneous tweaks for readability and correctness.

File last commit:

3e13274f606b
8280669ab025
Show More
search.scss
47 lines | 551 B | text/x-scss | ScssLexer
/ styles / search.scss
Replace hard-coded colors with variables.
r31 @charset "utf-8";
@import "palette";
Add root-directory files.
r2 .search {
margin: 10px;
SASS-ify style sheets.
r33
#q {
width: 45%;
}
Add root-directory files.
r2 }
.results {
Replace hard-coded colors with variables.
r31 margin: 0;
Add root-directory files.
r2 padding: 1ex 2em;
Replace hard-coded colors with variables.
r31 background-color: $foreground;
SASS-ify style sheets.
r33 color: $text-accent;
a {
color: $text-accent;
&:visited {
color: $link-visited;
}
&:hover {
color: $link-hover;
}
}
Add root-directory files.
r2 }
SASS-ify style sheets.
r33 #syntax {
code { color: $text-accent; }
form { margin: 0; }
h2 {
span {
// Overload header texts
background: url(../parts/mt-blk_bar-search_syntax.png) no-repeat;
}
}
}
Add root-directory files.
r2
dt {
Replace hard-coded colors with variables.
r31 font-size: larger;
Add root-directory files.
r2 }
ol {
list-style-type: none;
}