diff --git a/config/nyxt/config.lisp b/config/nyxt/config.lisp index 8604e32..0a51f1e 100644 --- a/config/nyxt/config.lisp +++ b/config/nyxt/config.lisp @@ -25,7 +25,11 @@ (define-configuration web-buffer ((default-modes (append '(nyxt/mode/vi:vi-normal-mode nyxt/mode/force-https:force-https-mode) - %slot-value%)))) + %slot-value%)) + ;; Override link colors - secondary-color (#4F5B66) is too dark as a foreground + (style (str:concat %slot-value% + "a:link { color: #6699CC !important; }" + "a:visited { color: #C594C5 !important; }")))) ;; Default search engine (define-configuration context-buffer