From 31545b8b11b828355e85d639ae3cf12d297df823 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sun, 24 May 2026 20:21:48 +0200 Subject: [PATCH] css improvement Signed-off-by: Stephan Richter --- web/src/main/resources/web/css/default-color.css | 3 ++- web/src/main/resources/web/css/default.css | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/web/src/main/resources/web/css/default-color.css b/web/src/main/resources/web/css/default-color.css index d47406eb..9716b73b 100644 --- a/web/src/main/resources/web/css/default-color.css +++ b/web/src/main/resources/web/css/default-color.css @@ -74,6 +74,7 @@ tr:hover .taglist .tag button { color: black; } +code, .code{ color: chocolate; } @@ -336,4 +337,4 @@ tr:hover .taglist .tag button { background: black; color: orange; } -} \ No newline at end of file +} diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index eacb0939..d4b7e86d 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -15,9 +15,10 @@ body { background-position: 98% 70px; background-attachment: fixed; } - +.code, code { font-size: 16px; + font-family: monospace; } fieldset { @@ -769,4 +770,4 @@ fieldset.vcard{ right: 0; bottom: 0; overflow: auto; -} \ No newline at end of file +}