From d27a5cd04b04ba632846ffc28f2dabf6e80e9c5a Mon Sep 17 00:00:00 2001 From: Ungol Date: Tue, 23 Dec 2025 22:27:51 +0100 Subject: [PATCH] fix: use the right colors (overlay / surface) for the right usage --- sass/_base.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sass/_base.scss b/sass/_base.scss index 012e0bd..f58ac3f 100644 --- a/sass/_base.scss +++ b/sass/_base.scss @@ -28,7 +28,7 @@ article { section { &.title { border-bottom-width: 1px; - border-bottom-color: var(--surface0); + border-bottom-color: var(--overlay0); border-bottom-style: solid; &>h1.title { @@ -148,7 +148,7 @@ pre { padding: 1.25rem; border-radius: var(--standard-border-radius); border-style: solid; - border-color: var(--surface0); + border-color: var(--overlay0); border-width: 0.15rem; line-height: initial; overflow-x: scroll; @@ -185,14 +185,14 @@ th { padding: 1rem 1.5rem; border-style: solid; border-width: .1rem; - border-color: var(--surface0); + border-color: var(--overlay0); text-align: start; } th { background-color: var(--base); text-transform: uppercase; - font-weight: bold; + font-weight: medium; font-size: small; border: none } @@ -230,11 +230,11 @@ tr:last-child>td { } tr:nth-child(even) td { - background-color: var(--mantle); + background-color: var(--surface0); } hr { - color: var(--surface0); + color: var(--overlay0); margin-top: 3rem; margin-bottom: 3rem; width: 50%; @@ -288,7 +288,7 @@ footer.footnotes { font-size: .8rem; color: var(--subtext1); margin-top: 3rem; - border-top: 1px solid var(--surface0); + border-top: 1px solid var(--overlay0); &>ol.footnotes-list>li { margin-top: 1rem;