config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 75d1d94a9a440239785f6a512a9374e3a8d71df2
parent e25b9ac01510ea8b47c3bd9ed837508db1e375ad
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Tue,  1 Dec 2020 14:57:55 -0800

Combine and modify `code` and `pre` styles in vimb

Use a monospace font family and foreground focus color instead of
changing the background color and setting inline block.

Diffstat:
Mmodules/vimb/.config/vimb/style.css | 11+++--------
1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/modules/vimb/.config/vimb/style.css b/modules/vimb/.config/vimb/style.css @@ -37,14 +37,9 @@ q,blockquote { font-family: serif!important; } -code { - background-color: var(--bg-focus)!important; - color: var(--fg)!important; - display: inline-block!important; -} - -pre { - background-color: var(--bg-focus)!important; +code, pre { + font-family: monospace!important; + color: var(--fg-focus)!important; } a {