]> git.rmz.io Git - dotfiles.git/blob - qutebrowser/css/default.css
awesome: support widget for missing title and file
[dotfiles.git] / qutebrowser / css / default.css
1 ::-webkit-scrollbar { width: 0px; height: 0px; }
2
3 :not(img) {
4 background-color: #222222 ! important;
5 background-image: none !important;
6 color: #D4D2CF ! important;
7 }
8
9 :link, :link * {
10 color: #5DC3D7 !important;
11 }
12
13 :visited, :visited * {
14 color: #666665 !important;
15 }
16 .tagContainer {
17 display: none;
18 }