fix: light theme

This commit is contained in:
uetchy 2021-02-14 16:16:49 +09:00
parent fc140b995c
commit 1ace2f62ea

View File

@ -79,6 +79,7 @@ a.article-list__item__button {
.article__title {
font-size: 4rem;
letter-spacing: -0.2px;
// line-height: 1em;
@media screen and (max-width: $break-small) {
font-size: 40px;
@ -89,7 +90,7 @@ a.article-list__item__button {
.article__pubdate {
color: var(--tone);
font-size: 14px;
font-weight: normal;
font-weight: lighter;
font-family: sans-serif;
margin-bottom: 10px;
border: 1px solid var(--tone);
@ -191,8 +192,8 @@ a.article-list__item__button {
pre .caption {
padding: 10px 0;
font-size: 0.8rem;
color: rgba(255, 255, 255, 0.5);
font-style: italic;
opacity: 0.7;
}
}