diff --git a/docs/custom_styling.md b/docs/custom_styling.md index 6ba0d54..2dbee89 100644 --- a/docs/custom_styling.md +++ b/docs/custom_styling.md @@ -38,11 +38,11 @@ was made with the following ~/.config/gtk-3.0/gtk.css: background: transparent; } -.juci_notebook { +.juci_notebook :not(slider) { background-color: rgba(255, 255, 255, 0.8); } -.juci_notebook * { +.juci_notebook * :not(slider) { background: transparent; }