From 1d28ba46b0fd025a2e794bb97d2856fc2c19103f Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Sun, 16 Feb 2020 14:17:20 +0100 Subject: [PATCH] merge upstream --- static/css/index.css | 19 +++++++------------ static/css/sidebar.css | 9 ++++----- 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index d944833..8e81799 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -73,13 +73,10 @@ hr { } blockquote { - background: rgba(142, 142, 145, 0.04); - border-left: 3px solid rgba(142, 142, 145, 0.7); + background: rgba(142, 142, 145, 0.06); + border-left: 3px solid rgba(142, 142, 145, 0.9); padding: 1px 1.5em; -} - -blockquote p { - opacity: .7; + opacity: .75; } blockquote, figure { @@ -98,15 +95,13 @@ img { table { width: 100%; - border-collapse: collapse; + border-spacing: 1px; + box-shadow: 0 0 0 1px rgba(142, 142, 145, 0.12) inset; } th, td { padding: .5em 1em; -} - -tr { - border: 1px solid rgba(142, 142, 145, 0.2); + box-shadow: 0 0 0 1px rgba(142, 142, 145, 0.12); } tr:hover, tr:nth-child(odd) td { @@ -169,6 +164,6 @@ body > header, body > article, body > footer { @media (min-width: 32em) { body > header, body > article, body > footer { - padding: 1.5em calc(38% - 12em); + padding: 1.75em calc(38% - 12em); } } diff --git a/static/css/sidebar.css b/static/css/sidebar.css index 29591e3..aeb3a0c 100644 --- a/static/css/sidebar.css +++ b/static/css/sidebar.css @@ -5,9 +5,9 @@ body { } body > article, body > footer { - margin: 0 4em; + margin: 0 5em; padding: 2em 0; - max-width: 55em; + max-width: 50em; } body > header { @@ -42,10 +42,9 @@ nav a:hover, nav a.selected { } body > header > a { - font-family: "PT Serif", Georgia; - font-size: 2.2em; display: block; - margin: 0 0 .8em; + font-size: 1.5em; + margin-bottom: 1em; } article header h1 {