Theme style tweaks

This commit is contained in:
billz 2020-04-12 11:27:02 +01:00
parent cc94964757
commit 8f37f19ba3
2 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,10 @@ a:focus, a:hover {
color: #666;
}
h2 {
font-size: 2rem !important;
}
h4 {
font-size: 1.3rem;
color: #212529;

View File

@ -12,6 +12,10 @@ html * {
color: #afafaf;
}
h2 {
font-size: 2rem !important;
}
h4 {
font-size: 1.3rem;
}