diff options
-rw-r--r-- | .config/env | 2 | ||||
-rw-r--r-- | .config/vimb/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
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; |