From b1598d1c75f7c0d6509debb201a6cc2e2eb68a16 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 17 Aug 2024 10:40:11 -0600 Subject: [PATCH] Update style.css --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c7ef082..8393d50 100644 --- a/style.css +++ b/style.css @@ -300,9 +300,10 @@ pre { overflow: hidden; box-sizing: border-box; padding: 10px; - background-color: #f9f9f9; + background-color: #111; /* Match the site’s background color */ border-radius: 0.25em; - border: 1px solid #ccc; + border: 1px solid #fb5; /* Match the border color to the site's theme */ + color: #fb5; /* Match the text color to the site's theme */ } .active-users-list ul { @@ -316,6 +317,8 @@ pre { .active-users-list li { display: inline; padding: 0 20px; /* Space between usernames */ + color: #fb5; /* Ensure the username color matches the theme */ + font-family: "courier new", monospace; /* Match the font to the rest of the site */ } @keyframes scroll-left { @@ -327,3 +330,4 @@ pre { } } +