aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-10-17 18:54:19 -0400
committertdro <tdro@noreply.example.com>2023-10-17 18:54:19 -0400
commitbcf4f281836f1b87a24b1f22d9304b62ab77cdd0 (patch)
treeab791dca95113330aec25f81bdffb8fbe778fb03 /assets/css
parent9f220c89cc563b5299442b3c37452ba21a4c25fe (diff)
downloadcanory-bcf4f281836f1b87a24b1f22d9304b62ab77cdd0.tar.gz
canory-bcf4f281836f1b87a24b1f22d9304b62ab77cdd0.tar.bz2
canory-bcf4f281836f1b87a24b1f22d9304b62ab77cdd0.zip
themes/default/layouts/_default/_markup/render-codeblock-mathml: Keep id style simple
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default.css11
1 files changed, 3 insertions, 8 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 737290e..12d978d 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -2229,6 +2229,7 @@ link-card article a {
math-ml,
math-ml math {
+ display: block;
display: block math;
}
@@ -2253,15 +2254,9 @@ math-ml figure[id] figure {
}
math-ml figure[id] a:first-child {
- font-size: 85%;
- margin: 0 0.25rem;
- padding: 0.125rem 0.25rem;
- text-decoration: none;
+ margin: 0 0.125rem;
+ padding: 0 0.25rem;
font-weight: 700;
- outline: 1px solid;
- border-radius: 0.25rem;
- display: inline-block;
- line-height: 100%;
color: #0149bc;
color: var(--link);
}