This commit is contained in:
2023-03-20 18:21:41 -05:00
parent cd105785bf
commit 337a62c7cd
7 changed files with 17 additions and 20 deletions

View File

@ -361,20 +361,20 @@ h1 svg.icon {
/* }}} */
/* Header formatting (website title and article section headers) {{{ */
/* Heading formatting (website title and article section headers) {{{ */
.header {
margin: 16px 0;
font-size: 1.5em;
}
.header a,
.section-header a {
/* this is also used i.e. in post-title */
.heading-link {
color: inherit;
font-size: 1.5em;
font-weight: bold;
}
.section-header-link svg {
.heading-link svg {
width: 15px;
height: 15px;
}
@ -459,6 +459,9 @@ h1 svg.icon {
/* }}} */
/* Back to top {{{ */
#top {
font-size: 0;
}
#back-to-top {
position: fixed;
float: right;
@ -589,12 +592,6 @@ li.disabled > .page-link:hover {
margin: 0;
}
.post-title a,
.author-name a {
color: inherit;
text-decoration: inherit;
}
.post-meta-item,
.author-meta-item {
margin-right: 10px;