From c2cc31d6c0794f20acb06080643abba11852414c Mon Sep 17 00:00:00 2001 From: Jared White Date: Sat, 16 Mar 2024 21:24:39 -0700 Subject: [PATCH] docs tweaks --- bridgetown-website/Gemfile.lock | 18 +++++++++--------- bridgetown-website/frontend/styles/syntax.css | 2 +- .../frontend/styles/theme-dark.css | 2 +- bridgetown-website/src/_docs/content/dsd.md | 2 +- bridgetown-website/src/_docs/islands.md | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bridgetown-website/Gemfile.lock b/bridgetown-website/Gemfile.lock index 44829a08a..504e338ab 100644 --- a/bridgetown-website/Gemfile.lock +++ b/bridgetown-website/Gemfile.lock @@ -1,13 +1,13 @@ PATH remote: ../bridgetown-builder specs: - bridgetown-builder (1.3.2) - bridgetown-core (= 1.3.2) + bridgetown-builder (1.3.3) + bridgetown-core (= 1.3.3) PATH remote: ../bridgetown-core specs: - bridgetown-core (1.3.2) + bridgetown-core (1.3.3) activemodel (>= 6.0, < 8.0) activesupport (>= 6.0, < 8.0) addressable (~> 2.4) @@ -34,16 +34,16 @@ PATH PATH remote: ../bridgetown-paginate specs: - bridgetown-paginate (1.3.2) - bridgetown-core (= 1.3.2) + bridgetown-paginate (1.3.3) + bridgetown-core (= 1.3.3) PATH remote: ../bridgetown specs: - bridgetown (1.3.2) - bridgetown-builder (= 1.3.2) - bridgetown-core (= 1.3.2) - bridgetown-paginate (= 1.3.2) + bridgetown (1.3.3) + bridgetown-builder (= 1.3.3) + bridgetown-core (= 1.3.3) + bridgetown-paginate (= 1.3.3) GEM remote: https://rubygems.org/ diff --git a/bridgetown-website/frontend/styles/syntax.css b/bridgetown-website/frontend/styles/syntax.css index d2bf726da..cda986545 100644 --- a/bridgetown-website/frontend/styles/syntax.css +++ b/bridgetown-website/frontend/styles/syntax.css @@ -343,7 +343,7 @@ div.highlighter-rouge { /* Name.Other */ .highlight .py { - color: #272421; + color: #f57900; } /* Name.Property */ diff --git a/bridgetown-website/frontend/styles/theme-dark.css b/bridgetown-website/frontend/styles/theme-dark.css index 30df5c475..c028cc899 100644 --- a/bridgetown-website/frontend/styles/theme-dark.css +++ b/bridgetown-website/frontend/styles/theme-dark.css @@ -114,7 +114,7 @@ color: var(--color-syntax-light-gray); } - & .highlight :is(.c, .c1, .nx, .nl) { + & .highlight :is(.c, .c1, .nx, .nl, .py) { color: var(--color-syntax-charcoal); } diff --git a/bridgetown-website/src/_docs/content/dsd.md b/bridgetown-website/src/_docs/content/dsd.md index 53d4849e9..315ff06d8 100644 --- a/bridgetown-website/src/_docs/content/dsd.md +++ b/bridgetown-website/src/_docs/content/dsd.md @@ -71,7 +71,7 @@ Oops, this isn't what we want. By simply styling the `header` tag, we've affecte This is better, but our page layout styles and our "component" styles are still too intermingled. We could remedy this by creating components for things like the article tag, but in more advanced components keeping styles of a component's "internals" and its public-facing child content from colliding with each other can get tricky. And what if you wanted each layout also to have some unique styles but you don't want to add override `