kindwolf.org Git repositories moulti / master tests / styles / customstate.css
master

Tree @master (Download .tar.gz)

customstate.css @masterraw · history · blame

1
2
3
4
5
6
7
8
/* Define a step class named "customstate" rendered with red text on a yellow background: */
Step.customstate {
	& CollapsibleTitle {
		color: red;
	}
    background: yellow;
    & MoultiLog { scrollbar-corner-color: yellow; }
}