different http client, looking forward to merging

This commit is contained in:
Rüdiger Diedrich
2020-06-22 22:30:59 +02:00
parent a7ad35249a
commit 97a1125695
6 changed files with 136 additions and 84 deletions

View File

@ -16,5 +16,40 @@ body {
nav.pagination {
background-color: #fff;
margin-top: 4rem;
margin-top: 2rem;
}
.userinfo > dd.registered {
font-size: 0.75rem;
}
.userinfo > dd.title {
margin-top: 1rem;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
}
.content .bbc-block > h4 {
font-size: 1rem;
}
.bbc-spoiler {
transition: background-color 0.2s;
background-color: black;
color: black;
}
.bbc-spoiler:hover, .bbc-spoiler.active {
background-color: transparent;
color: auto;
}
.editedby {
font-size: .75rem;
font-style: italic;
margin-top: 1rem;
}
.postdate {
font-size: .75rem;
}