style(series): redesign for cohesion

This commit is contained in:
welpo 2024-10-08 23:29:09 +02:00 committed by ZzMzaw
parent edfe382299
commit 1b884a8ac5
5 changed files with 7 additions and 45 deletions

View file

@ -190,7 +190,7 @@ article {
}
}
.section-title, .seriesposts-title {
.section-title {
display: block;
margin: 0;
margin-top: -0.15em;
@ -200,10 +200,6 @@ article {
line-height: 1.2em;
}
.seriesposts-title {
font-size: 1.5em;
}
.last-updated {
margin-top: -5vmin;
}

View file

@ -42,20 +42,6 @@ ul {
padding-bottom: 8px;
}
.title-label {
margin-right: 0.3rem;
background-color: var(--primary-color);
padding: 2px 4px;
color: var(--hover-color);
font-size: 1rem;
vertical-align: top;
}
.title-button {
margin-left: 0.3rem;
float: right;
}
.bottom-divider {
border-bottom: var(--divider-color) solid 0.5px;
}