From 58c2b94a37b21c642287065b44bf83334b7306fc Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Thu, 23 Apr 2026 13:34:46 +0800 Subject: Pre style, change to log-style titles. --- assets/css/main.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'assets/css') diff --git a/assets/css/main.css b/assets/css/main.css index 1586f2e..b98df32 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -27,15 +27,16 @@ header h1 { } pre, code { - font-size: 90%; - background: #222222; - color: #ffb300; + font-size: 95%; + background: #005577; + color: #eeeeee; + line-height: 1.5; + border-radius: 4px; } .pre-no-style { display: block; border: none; - padding: 1em; background: none; color: inherit; overflow-x: auto; -- cgit v1.2.3