mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-03-07 03:29:58 +01:00
more styles
This commit is contained in:
parent
94b481fa9c
commit
d7eec4c30d
1 changed files with 4 additions and 1 deletions
|
@ -340,7 +340,10 @@
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
font-family: var(--postCodeFont, sans-serif);
|
}
|
||||||
|
|
||||||
|
code, samp, kbd, var, pre {
|
||||||
|
font-family: var(--postCodeFont, monospace);
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in a new issue