6 lines
85 B
CSS
6 lines
85 B
CSS
|
@import "reset-to-defaults.css";
|
||
|
|
||
|
.background {
|
||
|
background-color: rebeccapurple;
|
||
|
}
|