Learning_GTK4_tree/testsuite/reftests/gradient-hard-stop.css

18 lines
216 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
@import "reset-to-defaults.css";
window {
background-color: black;
}
#reference {
background: linear-gradient(red 50%, yellow 50%);
}
#red {
background-color: red;
}
#yellow {
background-color: yellow;
}