diff options
author | Thanos Apollo <[email protected]> | 2024-04-08 17:58:22 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-04-08 17:58:22 +0300 |
commit | 979e56bfe50c5de023a388a8e89d7e1e2417938d (patch) | |
tree | 528d7c83ddd8d98a76df8a9c67993e207a1fb429 /.config/nyxt | |
parent | 5b3bd3ed3824c09318c8ddb185983958e7ec2580 (diff) |
nyxt:(style) Add font-family on dark-mode
Diffstat (limited to '.config/nyxt')
-rw-r--r-- | .config/nyxt/style.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
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.") |