Files
LinaraOS/xfce/root-overlay/etc/skel/.config/gtk-4.0/libadwaita-tweaks.css
2026-06-23 23:58:58 -05:00

10 lines
248 B
CSS

/*
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);
}