forked from AkkomaGang/akkoma-fe
more fonts
This commit is contained in:
parent
1a65895bfd
commit
707441ffe6
1 changed files with 3 additions and 0 deletions
|
@ -324,6 +324,8 @@
|
||||||
|
|
||||||
.status-content {
|
.status-content {
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
|
font-family: var(--postFont, sans-serif);
|
||||||
|
|
||||||
img, video {
|
img, video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
|
@ -338,6 +340,7 @@
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
font-family: var(--postCodeFont, sans-serif);
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in a new issue