forked from AuroraMiddleware/gtk
12 lines
87 B
CSS
12 lines
87 B
CSS
* {
|
|
color: tomato;
|
|
}
|
|
|
|
.ref {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.test label {
|
|
font-size: 2rem;
|
|
}
|