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

@ -16,10 +16,10 @@
// overshoot is very simplified in this theme
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!
background-size: 100%;
background-repeat: no-repeat;
border: none;
box-shadow: none;
background-image: none; //for libadwaita: we need to overwrite its defaults!
}