mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
24 lines
213 B
CSS
24 lines
213 B
CSS
a {
|
|
color: hsl(0, 0%, 0%);
|
|
}
|
|
|
|
b {
|
|
color: hsl(120, 100%, 50%);
|
|
}
|
|
|
|
c {
|
|
color: hsl(360, 100%, 50%);
|
|
}
|
|
|
|
d {
|
|
color: hsl(-314.159, 50%, 50%);
|
|
}
|
|
|
|
e {
|
|
color: hsl(0, 0%, 0%, 0.5);
|
|
}
|
|
|
|
f {
|
|
color: hsl(1, 2, 3);
|
|
}
|