From 4d88a132c209910caeebfa5089cdf21bd979ad67 Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Sat, 1 Aug 2026 12:40:42 -0400 Subject: [PATCH] More nyxt color tweaks --- config/nyxt/config.lisp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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