gtk4-demo: Add background to CSS Basics demo

So people can at least read the textview contents
This commit is contained in:
Timm Bäder 2020-08-08 21:11:38 +02:00
parent f6adba57bb
commit 620388a071

View File

@ -15,6 +15,10 @@
border: 1px solid; border: 1px solid;
} }
window {
background-color: white;
}
/* Make sure selections are visible */ /* Make sure selections are visible */
selection { selection {
background-color: darkGreen; background-color: darkGreen;