forked from AuroraMiddleware/gtk
11 lines
149 B
CSS
11 lines
149 B
CSS
|
@import url("reset-to-defaults.css");
|
||
|
|
||
|
.background {
|
||
|
background-color: red;
|
||
|
color: rgba(0,255,0,0.6);
|
||
|
}
|
||
|
|
||
|
#reference {
|
||
|
color: rgb(102,153,0);
|
||
|
}
|