aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-11-18 19:00:10 -0500
committertdro <tdro@noreply.example.com>2022-11-18 19:02:59 -0500
commitf38088bf3bcf8f4d1b5c7e42f2abc2b9b89d2eb4 (patch)
tree3afc134fe08c5f66056ccb425d05c2be54b4bd7a
parentd01e8d120c39b587d1f57fa91cb1a584d7ff2bcc (diff)
downloadcanory-f38088bf3bcf8f4d1b5c7e42f2abc2b9b89d2eb4.tar.gz
canory-f38088bf3bcf8f4d1b5c7e42f2abc2b9b89d2eb4.tar.bz2
canory-f38088bf3bcf8f4d1b5c7e42f2abc2b9b89d2eb4.zip
assets/css/default: Add missing border color variables
-rw-r--r--assets/css/default.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index e4d15a0..2f43e4c 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1312,7 +1312,8 @@ code-block pre {
code-block pre code {
display: inline-block;
min-width: 100%;
- border-top: 1px solid #bbb;
+ border-top: 1px solid #ccc;
+ border-top: 1px solid var(--border-darker);
padding: 0.75rem;
}
@@ -1838,6 +1839,7 @@ main micro-card:first-of-type reaction-tip img {
[role="doc-endnotes"] hr {
border-top: 1px solid #ccc;
+ border-top: 1px solid var(--border-darker);
margin-bottom: 0.75rem;
opacity: 0.25;
}