forked from AuroraMiddleware/gtk
9 lines
74 B
CSS
9 lines
74 B
CSS
|
#red {
|
||
|
background-color: red;
|
||
|
}
|
||
|
|
||
|
#green {
|
||
|
background-color: green;
|
||
|
}
|
||
|
|