fix: light theme
This commit is contained in:
parent
fc140b995c
commit
1ace2f62ea
@ -79,6 +79,7 @@ a.article-list__item__button {
|
|||||||
.article__title {
|
.article__title {
|
||||||
font-size: 4rem;
|
font-size: 4rem;
|
||||||
letter-spacing: -0.2px;
|
letter-spacing: -0.2px;
|
||||||
|
// line-height: 1em;
|
||||||
|
|
||||||
@media screen and (max-width: $break-small) {
|
@media screen and (max-width: $break-small) {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
@ -89,7 +90,7 @@ a.article-list__item__button {
|
|||||||
.article__pubdate {
|
.article__pubdate {
|
||||||
color: var(--tone);
|
color: var(--tone);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: lighter;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border: 1px solid var(--tone);
|
border: 1px solid var(--tone);
|
||||||
@ -191,8 +192,8 @@ a.article-list__item__button {
|
|||||||
pre .caption {
|
pre .caption {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
color: rgba(255, 255, 255, 0.5);
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user