Fixup themes

This commit is contained in:
Dhananjay Balan
2020-04-07 12:42:13 +02:00
parent 7bf7721d2b
commit 22bf133122
5 changed files with 46 additions and 25 deletions

View File

@@ -13,13 +13,15 @@ html {
#title {
grid-column-start: 1;
font-size: 12pt;
font-size: 16pt;
font-style: bold;
text-align: left;
}
#nav {
grid-column-start: 2;
text-align: right;
font-size: 16pt;
font-variant: small-caps;
word-spacing: 110%;
}
@@ -29,9 +31,9 @@ body {
font-family: 'IBM Plex Serif', serif;
font-weight: 400;
color: #454545;
font-size: 12pt;
font-size: 20px;
margin: 2em auto;
max-width: 800px;
max-width: 1000px;
padding: 1em;
line-height: 1.4;
text-align: left;
@@ -57,7 +59,7 @@ figure {
}
figcaption {
font-size: 8pt;
font-size: 15pt;
text-align: center;
font-family: serif;
}
@@ -66,7 +68,7 @@ figcaption {
display: inline-grid;
grid-template-columns: auto auto;
grid-template-rows: auto;
font-size: 10pt;
font-size: 14pt;
}
#date {
@@ -79,33 +81,38 @@ figcaption {
}
h1 {
font-size: 22pt;
font-weight: normal;
font-family: 'IBM Plex Mono', monospace;
font-size: 30pt;
font-weight: bold;
}
h2 {
font-size: 16pt;
font-family: 'IBM Plex Mono', monospace;
font-size: 22pt;
margin-top: 1.5em;
font-weight: bold;
}
h3 {
font-size: 14pt;
font-size: 20pt;
}
article > ul {
padding-left: 0;
}
ul > li {
article > ul > li {
list-style: none;
font-size: 22pt;
padding-top: 22pt;
}
ul > li:before {
content: "—";
section > ul > li {
padding-top: 22pt;
}
#footerdiv {
margin-top: 50px;
}
@@ -119,9 +126,13 @@ footer {
a {
color: #454545;
font-weight: 430;
text-decoration-color: #808080;
border-bottom: 2px dashed #808080;
text-decoration: none;
}
a:hover {
border-bottom-color: red;
sup > a {
color: #454545;
font-weight: 430;