X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/a65d072f1983b3faf1377bbcf34afa96335d6124..dc57687968ebf311a354ba5fc0351fc79ff91c26:/qutebrowser/css/default.css diff --git a/qutebrowser/css/default.css b/qutebrowser/css/default.css new file mode 100644 index 0000000..fbe5f81 --- /dev/null +++ b/qutebrowser/css/default.css @@ -0,0 +1,18 @@ +::-webkit-scrollbar { width: 0px; height: 0px; } + +:not(img) { + background-color: #222222 ! important; + background-image: none !important; + color: #D4D2CF ! important; +} + +:link, :link * { + color: #5DC3D7 !important; +} + +:visited, :visited * { + color: #666665 !important; +} +.tagContainer { + display: none; +}