refactor: remove unnecessary CSS
1 file changed, 0 insertions(+), 10 deletions(-)
jump to
M static/style.css → static/style.css
@@ -1,7 +1,6 @@ :root { --white: #fff; --light: #f4f4f4; - --cyan: #509c93; --light-gray: #eee; --medium-gray: #ddd; --gray: #6a6a6a;@@ -10,8 +9,6 @@ --darker: #222; --sans-font: -apple-system, BlinkMacSystemFont, "Inter", "Roboto", "Segoe UI", sans-serif; - --display-font: -apple-system, BlinkMacSystemFont, "Inter", "Roboto", - "Segoe UI", sans-serif; --mono-font: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", "Roboto Mono", Menlo, Consolas, monospace; }@@ -20,7 +17,6 @@ @media (prefers-color-scheme: dark) { :root { color-scheme: dark light; --light: #181818; - --cyan: #76c7c0; --light-gray: #333; --medium-gray: #444; --gray: #aaa;@@ -61,12 +57,6 @@ footer { font-size: 1rem; padding: 0; line-height: 160%; -} - -header h1, -h2, -h3 { - font-family: var(--display-font); } h2 {