mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-05 02:11:08 +00:00
20 lines
153 B
CSS
20 lines
153 B
CSS
a {
|
|
color: rgb(0,0,0);
|
|
}
|
|
|
|
b {
|
|
color: rgb(0,255,0);
|
|
}
|
|
|
|
c {
|
|
color: rgb(255,0,0);
|
|
}
|
|
|
|
d {
|
|
color: rgb(191,161,64);
|
|
}
|
|
|
|
e {
|
|
color: rgba(0,0,0,0.5);
|
|
}
|