different http client, looking forward to merging
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user