Remake stow

This commit is contained in:
Antoine Phan
2024-07-27 00:33:59 +07:00
parent a871acf901
commit 1f970e53a1
394 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
/*
This file will fix some legacy widget styles that aren't styled in libadwaita
*/
/* add a bg color to notebook headers */
notebook > header {
background-color: @headerbar_bg_color;
border-color: mix(currentColor,@window_bg_color,0.85);
}