Fix window titlebar background color

This commit is contained in:
windingwind 2024-02-20 19:37:43 +08:00 committed by Adomas Ven
parent 91e1c6ca30
commit c9b639b311

View file

@ -19,6 +19,7 @@
-moz-box-pack: center; -moz-box-pack: center;
pointer-events: none; pointer-events: none;
border-bottom: var(--material-border); border-bottom: var(--material-border);
background: var(--material-tabbar);
toolbar { toolbar {
appearance: none; appearance: none;
} }