mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
11 lines
149 B
CSS
11 lines
149 B
CSS
@import url("reset-to-defaults.css");
|
|
|
|
.background {
|
|
background-color: red;
|
|
color: rgba(0,255,0,0.6);
|
|
}
|
|
|
|
#reference {
|
|
color: rgb(102,153,0);
|
|
}
|