diff options
author | Thanos Apollo <[email protected]> | 2024-02-27 14:53:14 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-27 14:53:14 +0200 |
commit | 04e0b9a5d0b400870e6ca39f454e7ed388ffe0af (patch) | |
tree | 4edeb5238688397a18196474cdfc2df83ea8c90c /.config/nyxt/style.lisp | |
parent | 67ac84114a5a510a3b5a738e48e03c54a7bdc58c (diff) |
nyxt: Rewrite modules
Diffstat (limited to '.config/nyxt/style.lisp')
-rw-r--r-- | .config/nyxt/style.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
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.") |