mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-12-10 16:18:45 +01:00
add utterances
This commit is contained in:
parent
c620187811
commit
a5b96f006f
9 changed files with 93 additions and 14 deletions
|
|
@ -81,7 +81,7 @@ a.read-more:active {
|
|||
padding: 3px 8px;
|
||||
margin-bottom: 5px;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
font-size: 0.8125rem;
|
||||
font-weight: 500;
|
||||
border-radius: 8px;
|
||||
border: 1px solid transparent;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
html {
|
||||
/* Base font size */
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/*!
|
||||
* Hack typeface https://github.com/source-foundry/Hack
|
||||
* License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
html {
|
||||
/* Base font size */
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/*!
|
||||
* Hack typeface https://github.com/source-foundry/Hack
|
||||
* License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@ body {
|
|||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-weight: bold;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
|
@ -97,7 +95,7 @@ figure {
|
|||
}
|
||||
|
||||
figcaption {
|
||||
font-size: 14px;
|
||||
font-size: 0.875rem;
|
||||
padding: 5px 10px;
|
||||
margin-top: 5px;
|
||||
background: var(--accent);
|
||||
|
|
@ -118,7 +116,6 @@ figure {
|
|||
}
|
||||
|
||||
code {
|
||||
font-family: Hack, DejaVu Sans Mono, Monaco, Consolas, Ubuntu Mono, monospace;
|
||||
font-feature-settings: normal;
|
||||
background: var(--accent-alpha-20);
|
||||
padding: 1px 6px;
|
||||
|
|
@ -127,7 +124,6 @@ code {
|
|||
}
|
||||
|
||||
pre {
|
||||
font-family: Hack, DejaVu Sans Mono, Monaco, Consolas, Ubuntu Mono, monospace;
|
||||
padding: 20px;
|
||||
font-size: .95rem;
|
||||
overflow: auto;
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
@import 'variables';
|
||||
|
||||
.pagination {
|
||||
margin-top: 50px;
|
||||
margin-top: 25px;
|
||||
|
||||
&__title {
|
||||
display: flex;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
margin: 100px 0 20px;
|
||||
margin: 25px 0 20px;
|
||||
|
||||
&-h {
|
||||
text-align: center;
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@
|
|||
@import 'logo';
|
||||
@import 'main';
|
||||
@import 'post';
|
||||
@import 'comments';
|
||||
@import 'pagination';
|
||||
@import 'footer';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue