mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
12 lines
77 B
CSS
12 lines
77 B
CSS
|
a {
|
||
|
int-property: 3;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
int-property: 2;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
int-property: 1;
|
||
|
}
|