resolves #306
This commit is contained in:
Alejandro
2023-02-17 17:42:10 +01:00
committed by GitHub
parent 8a3f48b81c
commit 05a363491f
4 changed files with 5 additions and 24 deletions

View File

@ -1,12 +1,15 @@
.text {
font-size: var(--font-size);
line-height: 24px;
white-space: pre-wrap;
word-break: break-word;
}
.text a {
color: var(--highlight);
text-decoration: none;
}
.text a:hover {
text-decoration: underline;
}