Created
March 20, 2012 13:16
-
-
Save fgeller/2135406 to your computer and use it in GitHub Desktop.
Solarized light theme for duckduckgo.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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