Added an accent to active tab. Improved GTK4 so its css better overrides libadwaita's when linked or copied to ~/.config/gtk-4.0/gtk.css

This commit is contained in:
Eudaimon 2022-09-23 21:04:02 +02:00
parent 3f5b9b74b8
commit 623f8caa89
14 changed files with 530 additions and 413 deletions

View file

@ -15,10 +15,11 @@
// overshoot is very simplified in this theme
background-color: gtkalpha($c, 0.1);
background-color: gtkalpha($c, 0.1);
background-size: 100%;
background-repeat: no-repeat;
border: none;
box-shadow: none;
background-image: none; //for libadwaita: we need to overwrite its defaults!
}