logo

badwolf

minimalist and privacy-oriented web browser based on WebKitGTK
commit: 74b19d30081537e052b314acf3752c5ee26a0e2c
parent e5b4b5db6fcf7db93491d9a30ba6fb16b4146bb4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 23 Oct 2020 02:27:33 +0200

interface.css: Make context_label monospace

Diffstat:

Minterface.css2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interface.css b/interface.css @@ -1,2 +1,2 @@ -#browser__location, #browser__statuslabel { font-family: monospace; } +#browser__location, #browser__statuslabel, #browser__tabbox__context_label { font-family: monospace; } button:checked label { font-weight: bold; }