increased code font size

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-12-09 13:29:54 +01:00
parent 0dc21100f8
commit 1eb49a5d4e
3 changed files with 11 additions and 0 deletions

View File

@@ -16,6 +16,10 @@ body {
background-attachment: fixed;
}
code {
font-size: 16px;
}
fieldset {
border: 1px solid;
border-radius: 4px;

View File

@@ -16,6 +16,10 @@ body {
background-attachment: fixed;
}
code {
font-size: 16px;
}
fieldset {
border: 1px solid;
border-radius: 4px;

View File

@@ -16,6 +16,9 @@ body {
background-attachment: fixed;
}
code {
font-size: 16px;
}
fieldset {
border: 1px solid;
border-radius: 4px;