forked from AuroraMiddleware/gtk
12 lines
128 B
CSS
12 lines
128 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
box {
|
|
color: red;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
label#label1 {
|
|
color: initial;
|
|
opacity: inherit;
|
|
}
|