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 {
|
||||
margin-right: 0.5em;
|
||||
font-family: var(--postFont, sans-serif);
|
||||
|
||||
img, video {
|
||||
max-width: 100%;
|
||||
max-height: 400px;
|
||||
|
@ -338,6 +340,7 @@
|
|||
|
||||
pre {
|
||||
overflow: auto;
|
||||
font-family: var(--postCodeFont, sans-serif);
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Reference in a new issue