ux: CHANGE pre and code format

This commit is contained in:
Caffeine Fueled 2026-03-22 20:36:02 +01:00
parent a99d1db1cb
commit cdbdc7e392
Signed by: cf7
GPG key ID: CA295D643074C68C

View file

@ -107,3 +107,10 @@ footer {
footer p {
font-size: 0.7rem;
}
pre {
background-color: #f1f1f1;
padding: 10px;
border: 1px solid #efefef;
white-space: pre-wrap;
}