X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/a65d072f1983b3faf1377bbcf34afa96335d6124..dc57687968ebf311a354ba5fc0351fc79ff91c26:/qutebrowser/css/paste.chakra-project.org.css diff --git a/qutebrowser/css/paste.chakra-project.org.css b/qutebrowser/css/paste.chakra-project.org.css new file mode 100644 index 0000000..0fc0f3f --- /dev/null +++ b/qutebrowser/css/paste.chakra-project.org.css @@ -0,0 +1,40 @@ +body { + background-color: #222 !important; + color: #888 !important; +} + +label { + color: #EEE !important; +} + +input, textarea, select, .uneditable-input { + background-color: #222 !important; + border-color: #444 !important; +} + +div.graybox { + background-color: #333 !important; +} + +div.whitebox { + background-color: #222 !important; + border-color: #282828 !important; +} + +hr { + border-top-color: #444 !important; + border-bottom-color: #555 !important; +} + +.codewrap li { + color: #EEE !important; + text-shadow: none !important; +} + +.codewrap ol li:nth-child(odd) { + background-color: #333 !important; +} + +.codewrap ol li:nth-child(even) { + background-color: #383838 !important; +}