8 lines
81 B
CSS
8 lines
81 B
CSS
.current {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.sentenceBeginning {
|
|
color: red;
|
|
}
|