10 lines
101 B
CSS
10 lines
101 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
box {
|
|
color: red;
|
|
}
|
|
|
|
label {
|
|
background-color: currentColor;
|
|
}
|