mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-18 19:57:29 -05:00
WIP
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user