mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 12:41:07 +00:00
12 lines
87 B
CSS
12 lines
87 B
CSS
|
* {
|
||
|
color: tomato;
|
||
|
}
|
||
|
|
||
|
.ref {
|
||
|
font-size: 2em;
|
||
|
}
|
||
|
|
||
|
.test label {
|
||
|
font-size: 2rem;
|
||
|
}
|