default to 16px everywhere

14px seems really quite small

drop old .date and .cabal classes
This commit is contained in:
Jens Petersen 2020-11-03 10:58:38 +08:00
parent f91b964d8e
commit cf4c4cc150
3 changed files with 1 additions and 11 deletions

View File

@ -10,6 +10,7 @@ html {
body { body {
background: #f0f0f0; background: #f0f0f0;
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
font-size: 16px;
margin-bottom: 4em; margin-bottom: 4em;
padding-bottom: 2em; padding-bottom: 2em;
} }
@ -75,6 +76,5 @@ h1,h2,h3,h4,h5 {
} }
.content { .content {
font-size: 16px;
line-height: 30px; line-height: 30px;
} }

View File

@ -164,7 +164,6 @@ h3 {
} }
pre,pre code,code { pre,pre code,code {
font-family: ubuntu mono, dejavu sans mono, monospace; font-family: ubuntu mono, dejavu sans mono, monospace;
font-size: 15px;
background: #f8f8f8; background: #f8f8f8;
} }
pre { pre {

View File

@ -11,11 +11,6 @@ h2 {
color: #555 !important; color: #555 !important;
} }
.date {
font-size: 15px;
line-height: 15px;
}
hr { hr {
border: 1px solid #ddd border: 1px solid #ddd
} }
@ -88,7 +83,3 @@ p + ul {
font-size: 1.3em; font-size: 1.3em;
font-weight: 600; font-weight: 600;
} }
.cabal {
font-size: 0.9em;
}