This commit is contained in:
2023-07-12 19:27:42 +01:00
parent 3b11f63573
commit 1ead1e4a7c
19 changed files with 663 additions and 537 deletions

View File

@ -1,16 +1,18 @@
.text {
font-size: var(--font-size);
line-height: 24px;
white-space: pre-wrap;
word-break: break-word;
}
.text > a {
.text .text-frag > a {
color: var(--highlight);
text-decoration: none;
}
.text a:hover {
.text .text-frag > a:hover {
text-decoration: underline;
}
.text .text-frag .hashtag:hover {
text-decoration: underline;
}
@ -65,11 +67,8 @@
.text video,
.text iframe,
.text audio {
max-width: 100%;
max-height: 500px;
margin: 10px auto;
width: 100%;
display: block;
border-radius: 12px;
}
.text iframe,