css improvement
Build Docker Image / Clean-Registry (push) Failing after 10m34s
Build Docker Image / Docker-Build (push) Failing after 14m39s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-05-24 20:21:48 +02:00
parent feafb44a9f
commit 31545b8b11
2 changed files with 5 additions and 3 deletions
@@ -74,6 +74,7 @@ tr:hover .taglist .tag button {
color: black; color: black;
} }
code,
.code{ .code{
color: chocolate; color: chocolate;
} }
@@ -336,4 +337,4 @@ tr:hover .taglist .tag button {
background: black; background: black;
color: orange; color: orange;
} }
} }
+3 -2
View File
@@ -15,9 +15,10 @@ body {
background-position: 98% 70px; background-position: 98% 70px;
background-attachment: fixed; background-attachment: fixed;
} }
.code,
code { code {
font-size: 16px; font-size: 16px;
font-family: monospace;
} }
fieldset { fieldset {
@@ -769,4 +770,4 @@ fieldset.vcard{
right: 0; right: 0;
bottom: 0; bottom: 0;
overflow: auto; overflow: auto;
} }