]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/css/default.css
qutebrowser: update configs
[dotfiles.git] / qutebrowser / css / default.css
diff --git a/qutebrowser/css/default.css b/qutebrowser/css/default.css
new file mode 100644 (file)
index 0000000..fbe5f81
--- /dev/null
@@ -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;
+}