Gtk-4: Fix color styling issues

This commit is contained in:
EliverLara
2021-12-05 14:55:19 -06:00
parent f187d1496d
commit ae73376031
8 changed files with 1288 additions and 1258 deletions

View File

@@ -1,12 +1,12 @@
/*************
* Notebooks *
*************/
notebook {
notebook {
> header {
padding: 1px;
border-color: transparent;
border-width: 1px;
background-color: mix($base_color, $headerbar_color, 30%);
background-color: mix($base_color, darken($bg_color, 8%), 30%);
&:backdrop {
border-color: $backdrop_borders_color;