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

View File

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

View File

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