From 04e0b9a5d0b400870e6ca39f454e7ed388ffe0af Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 27 Feb 2024 14:53:14 +0200 Subject: nyxt: Rewrite modules --- .config/nyxt/style.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/nyxt/style.lisp') diff --git a/.config/nyxt/style.lisp b/.config/nyxt/style.lisp index 4dee682..c1b1304 100644 --- a/.config/nyxt/style.lisp +++ b/.config/nyxt/style.lisp @@ -135,9 +135,9 @@ automatically, which should be good enough... for most cases."))) :background-image none "!important" :color ,badger-blue "!important") `(* :background-color "#000000" "!important" + :background-image none "!important" :color "#ffffff" "!important" - :background-image none "!important!") - `(video :background-color none "!important")))) + :background-image none "!important!")))) :doc "Notice the use of theme:themed-css for convenient theme color injection.") -- cgit v1.2.3