From 73523bebf73d89eda9b2727d111539cdf3bd55c8 Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Mon, 16 Sep 2024 12:12:38 -0500 Subject: [PATCH] fix: more consistent styling --- docs/stylesheets/fonts.css | 12 +++++------- docs/stylesheets/solarized.css | 11 ++++++++--- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/docs/stylesheets/fonts.css b/docs/stylesheets/fonts.css index 3567679..f08adad 100644 --- a/docs/stylesheets/fonts.css +++ b/docs/stylesheets/fonts.css @@ -15,22 +15,22 @@ } .md-typeset h1 { + color: var(--md-default-fg-color); margin: 0 0 .75em; - font-size: xx-large; - font-weight: 130; - color: rgb(var(--solarized-orange)); - text-decoration: underline; - text-decoration-color: rgb(var(--solarized-orange)); + font-weight: bold; + word-spacing: -5px; } .md-typeset h2 { font-weight: 120; + word-spacing: -5px; } .md-typeset p { font-weight: 110; font-size: medium; line-height: 1.6; + word-spacing: -2px; } .md-typeset figcaption { @@ -45,8 +45,6 @@ .md-meta { color: var(--md-default-fg-color--light); font-size: small; - padding: 2px; - margin-bottom: 20px; } .md-grid { diff --git a/docs/stylesheets/solarized.css b/docs/stylesheets/solarized.css index f76be21..0a396e7 100644 --- a/docs/stylesheets/solarized.css +++ b/docs/stylesheets/solarized.css @@ -56,6 +56,7 @@ --md-typeset-kbd-color: rgb(var(--solarized-base2)); --md-typeset-kbd-border-color: rgb(var(--solarized-green)); --md-typeset-kbd-accent-color: rgb(var(--solarized-base3)); + --md-typeset-mark-color: rgb(var(--solarized-green)); } [data-md-color-scheme="slate"] { @@ -783,7 +784,11 @@ } .md-post { - margin: 0; - padding: 0; - border: 0; + margin-left: 0; + margin-bottom: 3em; +} + +.md-pin { + background: var(--md-primary-fg-color); + color: black; }