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

View File

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

View File

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