mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-30 22:57:57 +00:00
Update spacing and coloring of basic elements
This commit is contained in:
parent
f80b9be1c5
commit
eeb86566cc
@ -22,6 +22,8 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
|
||||
|
||||
== Updated
|
||||
|
||||
- Spacing between basic elements (i.e., `<p>`).
|
||||
|
||||
- Responsive font sizing.
|
||||
|
||||
|
||||
|
@ -63,7 +63,6 @@ dd, li, p, td {
|
||||
|
||||
p {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
dd {
|
||||
@ -83,13 +82,11 @@ code, pre {
|
||||
}
|
||||
|
||||
code {
|
||||
background: var(--base01);
|
||||
font-family: var(--mono-family);
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: var(--base01);
|
||||
color: var(--base05);
|
||||
border: var(--border-style);
|
||||
font-family: var(--mono-family);
|
||||
@ -144,6 +141,10 @@ table {
|
||||
caption {
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
tr td > p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin table-item-align {
|
||||
|
Loading…
Reference in New Issue
Block a user