From 979e56bfe50c5de023a388a8e89d7e1e2417938d Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 8 Apr 2024 17:58:22 +0300 Subject: nyxt:(style) Add font-family on dark-mode --- .config/nyxt/style.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nyxt/style.lisp b/.config/nyxt/style.lisp index c1b1304..378a06f 100644 --- a/.config/nyxt/style.lisp +++ b/.config/nyxt/style.lisp @@ -137,6 +137,7 @@ automatically, which should be good enough... for most cases."))) `(* :background-color "#000000" "!important" :background-image none "!important" :color "#ffffff" "!important" + :font-family "Jetbrains Mono" :background-image none "!important!")))) :doc "Notice the use of theme:themed-css for convenient theme color injection.") -- cgit v1.2.3