fixup! Port UI to GTK 4

This commit is contained in:
coderkun 2023-11-26 14:51:30 +01:00
commit 26beefa7f3
4 changed files with 21 additions and 26 deletions

View file

@ -30,6 +30,10 @@
font-weight:bold;
}
window.fullscreen #cover_box {
background: black;
}
#cover_info_revealer {
background-color:alpha(@theme_bg_color, 0.8);
box-shadow:0 0 10px @theme_bg_color;