mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-02-07 06:19:03 +00:00
Update redundant and unnecessary rules
This commit is contained in:
parent
06aa16bc3e
commit
86ca08a099
@ -73,14 +73,12 @@ code, pre {
|
|||||||
|
|
||||||
code {
|
code {
|
||||||
background: var(--base01);
|
background: var(--base01);
|
||||||
font-family: var(--mono-family);
|
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
color: var(--base05);
|
color: var(--base05);
|
||||||
border: var(--border-style);
|
border: var(--border-style);
|
||||||
font-family: var(--mono-family);
|
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
@ -230,8 +230,7 @@ footer[aria-label="Site footer"] {
|
|||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
|
||||||
// The styling is solely for consistency sake throughout the site.
|
> ul { margin-bottom: unset; }
|
||||||
> ul { padding-left: 1rem; }
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: disc;
|
list-style: disc;
|
||||||
|
@ -18,9 +18,6 @@
|
|||||||
--selection-color: var(--base02);
|
--selection-color: var(--base02);
|
||||||
}
|
}
|
||||||
|
|
||||||
$mobile-breakpoint: 600px;
|
|
||||||
$tablet-breakpoint: 860px;
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
font-family: var(--body-family);
|
font-family: var(--body-family);
|
||||||
font-size: clamp(var(--font-size), 1.4vw, calc(var(--font-size) * 3));
|
font-size: clamp(var(--font-size), 1.4vw, calc(var(--font-size) * 3));
|
||||||
|
Loading…
Reference in New Issue
Block a user