Starting adding help-file for user made CSS templates

This commit is contained in:
2025-11-17 14:31:54 +01:00
parent 8bc24fc80a
commit aa9688d811
4 changed files with 72 additions and 1 deletions

View File

@@ -276,4 +276,16 @@ picture {
padding: 0.3rem 0.8rem;
border-radius: 4px;
cursor: pointer;
}
/* Styles for help page code examples */
pre {
background-color: var(--background-color);
border: 1px solid var(--border-color);
padding: 1rem;
border-radius: 6px;
white-space: pre-wrap;
word-wrap: break-word;
font-family: monospace;
}
}