From b645077a118f47dc9cb449d9e9d83bff1fe2a83c Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Thu, 14 Nov 2024 07:11:08 -0700 Subject: [PATCH] Change font size for Newsgroups: in short_header (with subject). --- Rocksolid_Light/common/themes/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Rocksolid_Light/common/themes/style.css b/Rocksolid_Light/common/themes/style.css index 60d46bc..4c009e7 100644 --- a/Rocksolid_Light/common/themes/style.css +++ b/Rocksolid_Light/common/themes/style.css @@ -507,6 +507,17 @@ font-size: 0.8em; } +/* short header Newsgroups: */ +.short_header_newsgroups_with_subject { + margin-top: 0; + margin-bottom: 0; + margin-left: 0.4em; + text-decoration: none; + color: var(--color-highlight); + font-family: Arial, Helvetica, sans-serif; + font-size: 1.0em; +} + /* short header Newsgroups: */ .short_header_newsgroups { margin-top: 0;