From 687de2e9eae5b9b834f3e677fc302731acea1f82 Mon Sep 17 00:00:00 2001 From: simonpetit Date: Wed, 5 Nov 2025 13:10:41 +0000 Subject: [PATCH] testing new code css --- css/indexstyle.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/indexstyle.css b/css/indexstyle.css index f345eed..3c5a533 100644 --- a/css/indexstyle.css +++ b/css/indexstyle.css @@ -26,9 +26,13 @@ ul li a:hover { color: #AAA; } +code { + background-color: grey; +} + .title { margin-top: 5vh; margin-bottom: 7vh; text-align: center; font-family: 'IBM Plex Mono', monospace; -} \ No newline at end of file +}