From 6fca7e9cd7458376bd64738313459f0dec537216 Mon Sep 17 00:00:00 2001 From: joe Date: Tue, 30 Sep 2025 18:06:36 +0200 Subject: up --- .config/env | 2 +- .config/vimb/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/env b/.config/env index b56f8f9..835080b 100644 --- a/.config/env +++ b/.config/env @@ -33,7 +33,7 @@ export VISUAL="${EDITOR}" export PAGER='less' export MANPAGER='less' export TERMINAL='st' -export BROWSER='surf' +export BROWSER='vimb' export READER='zathura' export FILE='lf' export MAIL="$XDG_DATA_HOME"/mail diff --git a/.config/vimb/style.css b/.config/vimb/style.css index 4aa6214..85e1b95 100644 --- a/.config/vimb/style.css +++ b/.config/vimb/style.css @@ -18,7 +18,7 @@ a:hover,a:focus { color: #458588 !important; } a:visited { - color: #b16286 !important; + color: #458588 !important; } /* img { opacity: .5; -- cgit v1.2.3