Up the font sizes for bunker_like a little bit

This commit is contained in:
towards-a-new-leftypol 2024-12-01 12:42:21 +00:00
parent 66fe2659c7
commit a8be2a3fc3
1 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,7 @@ body {
background: #1D1F21; background: #1D1F21;
color: #ACACAC; color: #ACACAC;
font-family: Courier, monospace; font-family: Courier, monospace;
font-size: 13px; font-size: 15px;
} }
.theme-catalog .replies { .theme-catalog .replies {
@ -17,6 +17,10 @@ div.post div.body {
font-family: serif; font-family: serif;
} }
span.heading {
font-size: 15px;
}
.theme-catalog .replies .meta, .theme-catalog .replies .meta,
.theme-catalog .replies .intro, .theme-catalog .replies .intro,
div.post div.body a, div.post div.body a,
@ -90,7 +94,7 @@ input[type="submit"] {
color: #ACACAC; color: #ACACAC;
font-family: Courier, monospace; font-family: Courier, monospace;
font-weight: bold; font-weight: bold;
padding: 0 2px; font-size: 16px;
} }
input[type="submit"]:hover { input[type="submit"]:hover {
@ -192,7 +196,7 @@ hr {
background: #282A2E; background: #282A2E;
border: 1px solid #117743; border: 1px solid #117743;
border-radius: 2px; border-radius: 2px;
font-size: 10pt; font-size: 11pt;
} }
/* OPTIONS */ /* OPTIONS */
@ -257,7 +261,7 @@ table thead th {
} }
.theme-catalog .thread .meta { .theme-catalog .thread .meta {
font-size: 10pt; font-size: 13px;
} }
.theme-catalog .thread.grid-size-small .replies { .theme-catalog .thread.grid-size-small .replies {