From 7c5a32d300acee9ea7c9d90819b4941f175cab19 Mon Sep 17 00:00:00 2001 From: Zeckmathederg Date: Wed, 5 Jun 2024 01:06:25 -0600 Subject: [PATCH] Adjusted Note colors. --- introduction/welcome/changelog.xml | 13 ++++++++++++- stylesheets/lfs-xsl/dark.lfs.css | 14 ++++++++++++-- stylesheets/lfs-xsl/lfs.css | 14 ++++++++++++-- stylesheets/lfs-xsl/light.lfs.css | 15 ++++++++++++--- 4 files changed, 48 insertions(+), 8 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 9ca2fa07d5..6615df2dc5 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -39,7 +39,18 @@ --> - + + June 5th, 2024 + + + + [zeckma] - Adjusted Note colors. + + + + + + June 4th, 2024 diff --git a/stylesheets/lfs-xsl/dark.lfs.css b/stylesheets/lfs-xsl/dark.lfs.css index cd52dda8a3..e44314e5d8 100644 --- a/stylesheets/lfs-xsl/dark.lfs.css +++ b/stylesheets/lfs-xsl/dark.lfs.css @@ -319,11 +319,21 @@ div.admon pre { } div.note, div.tip { - background-color: #6b6c37; - border: 2px solid #8b8c57; + background-color: #7f3f1c; + border: 2px solid #ffb187; border-radius: 10px; width: 90%; margin: .5em auto; + color: #ffbe9b; +} + +div.note h3, div.tip h3 { + color: #ffbe9b; +} + +div.note em, div.tip em { + color: #000; + font-weight: bold; } div.important, div.warning, div.caution { diff --git a/stylesheets/lfs-xsl/lfs.css b/stylesheets/lfs-xsl/lfs.css index cd52dda8a3..e44314e5d8 100644 --- a/stylesheets/lfs-xsl/lfs.css +++ b/stylesheets/lfs-xsl/lfs.css @@ -319,11 +319,21 @@ div.admon pre { } div.note, div.tip { - background-color: #6b6c37; - border: 2px solid #8b8c57; + background-color: #7f3f1c; + border: 2px solid #ffb187; border-radius: 10px; width: 90%; margin: .5em auto; + color: #ffbe9b; +} + +div.note h3, div.tip h3 { + color: #ffbe9b; +} + +div.note em, div.tip em { + color: #000; + font-weight: bold; } div.important, div.warning, div.caution { diff --git a/stylesheets/lfs-xsl/light.lfs.css b/stylesheets/lfs-xsl/light.lfs.css index 02178809e7..c2ceeb717c 100644 --- a/stylesheets/lfs-xsl/light.lfs.css +++ b/stylesheets/lfs-xsl/light.lfs.css @@ -319,14 +319,23 @@ div.admon pre { } div.note, div.tip { - background-color: #fffff6; - border: 2px solid #5f5f56; + background-color: #ffbe9b; + border: 2px solid #8f4f2c; border-radius: 10px; - color: #5f5f56; + color: #7f3f1c; width: 90%; margin: .5em auto; } +div.note h3, div.tip h3 { + color: #7f3f1c; +} + +div.note em, div.tip em { + color: #000; + font-weight: bold; +} + div.important, div.warning, div.caution { background-color: #f39595; border: medium solid #500;