This commit is contained in:
Niklas Buschmann
2020-11-25 20:51:00 +01:00
parent aa7b9056cf
commit 80ab8e36c3
9 changed files with 5 additions and 56602 deletions

View File

@@ -1,39 +0,0 @@
.archive li {
font-size: 1.1em;
}
.archive time {
display: inline-block;
min-width: 10ch;
margin: 0 .2em;
}
.hidden {
display: none;
}
.more {
margin: 2em 0 1em;
}
.more a {
border-radius: 2px;
border: 1.5px solid #68f;
padding: .4em .8em;
transition: .2s;
}
.more a:hover {
color: #fff;
background: #68f;
text-decoration: inherit;
}
.icons svg {
height: 1em;
width: 1em;
fill: currentColor;
transition: .2s color;
vertical-align: middle;
margin-bottom: .15em;
}

View File

@@ -51,10 +51,6 @@ body {
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
}
b, strong, th {
font-weight: 600;
}
@@ -81,10 +77,6 @@ hr {
margin: 2em 0;
}
article:not(:last-child) {
border-bottom: 1px solid rgba(142, 142, 145, 0.12);
}
blockquote {
background: rgba(142, 142, 145, 0.06);
border-left: 3px solid rgba(142, 142, 145, 0.9);

View File

@@ -1,64 +0,0 @@
body {
font-size: 1.08em;
margin: 0 0 0 16em;
overscroll-behavior: none;
}
body > article, body > footer {
margin: 0 5em;
padding: 2em 0;
max-width: 50em;
}
body > header {
display: block;
position: fixed;
background: #17181c;
color: #fff;
border: none;
box-shadow: none;
opacity: .98;
margin: 0;
padding: 2.2em 2em;
width: 12em;
top: 0;
bottom: 0;
left: 0;
}
nav {
margin: 0 -2em;
}
nav a {
display: block;
margin: 0;
padding: .5em 2em;
}
nav a:hover, nav a.selected {
background: #212228;
text-decoration: inherit;
}
body > header > a {
display: block;
font-size: 1.5em;
margin-bottom: 1em;
}
article header h1 {
font-size: 2em;
}
.icons svg {
margin-right: 1rem;
}
.description {
margin: 2em 0;
}
.hidden {
display: inline-block;
}