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