From f5430ce6cdd2e0e27fabcd359a220634b1cd1923 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 13 Sep 2024 21:56:56 +0200 Subject: [PATCH] steal some more css from me site --- site/index.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/site/index.css b/site/index.css index c6d6c89..c939454 100644 --- a/site/index.css +++ b/site/index.css @@ -26,3 +26,13 @@ a:link { a:visited { color: #5075BF; } + +code { + background-color: #333333; + padding: 1px; + border-radius: 3px; +} + +pre:has(code) code { + display: block; +}