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