@charset "utf-8"; @import "palette"; .search { margin: 10px; #q { width: 45%; } } .results { margin: 0; padding: 1ex 2em; background-color: $foreground; color: $text-accent; a { color: $text-accent; &:visited { color: $link-visited; } &:hover { color: $link-hover; } } } #syntax { code { color: $text-accent; } form { margin: 0; } h2 { span { // Overload header texts background: url(../parts/mt-blk_bar-search_syntax.png) no-repeat; } } } dt { font-size: larger; } ol { list-style-type: none; }