Files

13 lines
120 B
SCSS
Raw Permalink Normal View History

2024-11-07 17:16:20 +02:00
.blue{
color: $grey-dark;
}
.bold{
font-weight: bold;
font-size: large;
}
.small{
font-size: small;
}