From 3fb004392deff80189896621fa30cad8cd57c794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Sat, 4 May 2024 15:26:31 +0200 Subject: [PATCH] feat(ui): lighter styles --- mwp-web/src/static/styles.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/mwp-web/src/static/styles.scss b/mwp-web/src/static/styles.scss index 83c4803..ae4c4d5 100644 --- a/mwp-web/src/static/styles.scss +++ b/mwp-web/src/static/styles.scss @@ -6,7 +6,6 @@ --lightest: #aaa; --font-sans: system-ui, sans-serif; --font-mono: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace; - --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; --spacings-bit: 4px; --spacings-byte: 8px; @@ -79,8 +78,7 @@ h2, h3, h4, h5 { - font-weight: 400; - font-family: var(--font-serif); + font-weight: 500; letter-spacing: -.05em; margin: 0.25em 0 0.25em 0; line-height: 1.375; @@ -197,11 +195,9 @@ form { #sidebar { grid-area: sidebar; padding: var(--spacings-giga); - border-right: 2px solid var(--light); @media (width <=1000px) { padding: var(--spacings-giga) var(--spacings-tera); - border-right: none; border-bottom: 2px solid var(--light); display: none; @@ -215,7 +211,6 @@ form { .meta { grid-area: meta; padding: var(--spacings-kilo) var(--spacings-giga); - border-bottom: 2px solid var(--light); display: flex; flex-direction: row; justify-content: space-between; @@ -244,7 +239,6 @@ footer { article { max-width: 920px; width: 100%; - margin: 0 auto; img { max-width: 100%;