mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-01 17:37:37 +00:00
Typography fixes
This commit is contained in:
@ -310,11 +310,11 @@ textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
p,
|
||||
ul,
|
||||
ol,
|
||||
dl,
|
||||
blockquote {
|
||||
::not(.gh-content) p,
|
||||
::not(.gh-content) ul,
|
||||
::not(.gh-content) ol,
|
||||
::not(.gh-content) dl,
|
||||
::not(.gh-content) blockquote {
|
||||
margin: 0 0 1.5em 0;
|
||||
}
|
||||
|
||||
|
@ -830,12 +830,11 @@ make sure this only happens on large viewports / desktop-ish devices.
|
||||
}
|
||||
|
||||
.article-title {
|
||||
margin: 0;
|
||||
color: color-mod(var(--color-darkgrey) l(-5%));
|
||||
}
|
||||
|
||||
.article-excerpt {
|
||||
margin: 20px 0 10px;
|
||||
margin: 0 0 1rem;
|
||||
font-size: 2rem;
|
||||
line-height: 1.4em;
|
||||
opacity: 0.6;
|
||||
|
Reference in New Issue
Block a user