10 lines
97 B
SCSS
10 lines
97 B
SCSS
.richText {
|
|
:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
a {
|
|
text-decoration: underline;
|
|
}
|
|
}
|