forked from AuroraMiddleware/gtk
8 lines
65 B
CSS
8 lines
65 B
CSS
|
foo {
|
||
|
color: rgb(255,255,255);
|
||
|
}
|
||
|
|
||
|
bar {
|
||
|
color: rgb(0,0,0);
|
||
|
}
|