Skip to content

Instantly share code, notes, and snippets.

@fgeller
Created March 20, 2012 13:16
Show Gist options
  • Save fgeller/2135406 to your computer and use it in GitHub Desktop.
Save fgeller/2135406 to your computer and use it in GitHub Desktop.
Solarized light theme for duckduckgo.com
a.snippet {
font-size: 12pt;
}
div.snippet {
font-size: 12pt;
font-family: Myriad Pro;
color: #002b36;
border-style: none;
}
a {
font-family: Myriad Pro;
color: #268bd2;
}
#content_wrapper {
background-color: #fdf6e3;
}
#header_wrapper {
display: none;
}
.highlight {
background-color: #eee8d5;
background-image: none;
}
.results_links_deep {
border-style: none;
}
#did_you_mean {
border-style: none;
}
div.hide {
background-color: #fdf6e3;
}
.url {
color: #2aa198
;
}
#zero_click_wrapper {
border-style: none;
background-color: #fdf6e3;
background-image: none;
}
#zero_click {
border-style: none;
background-color: #fdf6e3;
background-image: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment