forked from AuroraMiddleware/gtk
gtk4-demo: Add background to CSS Basics demo
So people can at least read the textview contents
This commit is contained in:
parent
f6adba57bb
commit
620388a071
@ -15,6 +15,10 @@
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* Make sure selections are visible */
|
||||
selection {
|
||||
background-color: darkGreen;
|
||||
|
Loading…
Reference in New Issue
Block a user