14 lines
158 B
CSS
14 lines
158 B
CSS
|
@import "../../data/gnome-shell.css";
|
||
|
|
||
|
*.red {
|
||
|
background-color: red;
|
||
|
}
|
||
|
|
||
|
*.green {
|
||
|
background-color: green;
|
||
|
}
|
||
|
|
||
|
*.blue {
|
||
|
background-color: blue;
|
||
|
}
|