Update redundant and unnecessary rules

This commit is contained in:
Gabriel Arazas 2023-02-27 16:54:43 +08:00
parent 06aa16bc3e
commit 86ca08a099
3 changed files with 1 additions and 7 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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));