Change font size for Newsgroups: in short_header (with subject).

This commit is contained in:
Retro_Guy 2024-11-14 07:11:08 -07:00
parent 203112f3b2
commit b645077a11
1 changed files with 11 additions and 0 deletions

View File

@ -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;