More libadwaita corrections and some other minor improvements, including gtk3

This commit is contained in:
eudaimon 2024-01-24 12:37:02 +01:00
parent e332b788f9
commit a00f41d75d
8 changed files with 63 additions and 32 deletions

View file

@ -4,6 +4,8 @@ undershoot {
background-repeat: no-repeat;
background-clip: border-box;
background-image: image(gtkalpha($undershoot_color, 0.3));
border: none; //override libadwaita
border-radius: 0; // override libadwaita
&.top {
//background-image: linear-gradient(to bottom, gtkalpha(currentColor, 0.5), gtkalpha(currentColor, 0.2), gtkalpha(currentColor, 0));
background-size: 100% 0.5em;