[web-client] simple theme: move sources to client/simple/src

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser
2025-01-23 11:10:40 +01:00
committed by Markus Heiser
parent b6487b70aa
commit a1132deaa4
33 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
.info-page {
code {
font-family: monospace;
.rounded-corners-tiny;
background-color: var(--color-doc-code-background);
color: var(--color-doc-code);
padding: 0.2rem;
border: 0 none;
}
}