Change font back to Courier, monospace

This commit is contained in:
towards-a-new-leftypol 2025-01-10 07:21:48 +00:00
parent fc00ae8037
commit 1eace91823
1 changed files with 4 additions and 16 deletions

View File

@ -9,34 +9,21 @@ body {
font-size: 15px; font-size: 15px;
} }
.theme-catalog .replies {
font-family: serif;
}
div.post div.body {
font-family: serif;
}
span.heading { span.heading {
font-size: 15px; font-size: 15px;
} }
.theme-catalog .replies .meta,
.theme-catalog .replies .intro,
div.post div.body a,
div.post div.body .toolong {
font-family: Courier, monospace;
}
/* LINKS */ /* LINKS */
a, a:link, a:visited, .intro a.email span.name { a, a:link, a:visited, .intro a.email span.name {
color: #FFB300; color: #FFB300;
text-decoration: none; text-decoration: none;
} }
a:link:hover, a:visited:hover { a:link:hover, a:visited:hover {
color: #FFB300; color: #FFB300;
text-shadow: 0px 0px 5px #117743; text-shadow: 0px 0px 5px #117743;
} }
div.pages a.selected { div.pages a.selected {
color: #FFB300; color: #FFB300;
} }
@ -44,13 +31,14 @@ div.pages a.selected {
/* INTRO */ /* INTRO */
h1, div.title, header div.subtitle { h1, div.title, header div.subtitle {
color: #FFB300; color: #FFB300;
font-family: Courier, monospace;
} }
h1 { h1 {
font-size: 18pt; font-size: 18pt;
font-weight: bold; font-weight: bold;
letter-spacing: 0px; letter-spacing: 0px;
} }
header div.subtitle { header div.subtitle {
font-size: 10pt; font-size: 10pt;
} }