qutebrowser: add stylesheet

This commit is contained in:
dogeystamp 2024-04-17 21:55:21 -04:00
parent c65f52d98d
commit 27da0b1d83
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ config.load_autoconfig()
c.window.transparent = True
c.content.user_stylesheets = ["~/.config/qutebrowser/style.css"]
c.colors.webpage.bg = "#444444"
c.colors.completion.category.bg = "#111111"
c.colors.completion.even.bg = "black"

View File

@ -0,0 +1,3 @@
body {
background: #000000;
}