From bcf4f281836f1b87a24b1f22d9304b62ab77cdd0 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 17 Oct 2023 18:54:19 -0400 Subject: themes/default/layouts/_default/_markup/render-codeblock-mathml: Keep id style simple --- assets/css/default.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'assets/css') 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); } -- cgit v1.2.3