19 lines
186 B
CSS
19 lines
186 B
CSS
|
@import "reset-to-defaults.css";
|
||
|
|
||
|
.background {
|
||
|
color: red;
|
||
|
}
|
||
|
|
||
|
label {
|
||
|
color: green;
|
||
|
}
|
||
|
|
||
|
label:link,
|
||
|
label:visited {
|
||
|
color: inherit;
|
||
|
}
|
||
|
|
||
|
#reference, #reference * {
|
||
|
color: green;
|
||
|
}
|