aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 9f8fc11..737290e 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -2243,7 +2243,13 @@ math-ml figure[id] {
math-ml figure[id] figure {
overflow-x: auto;
overflow-y: hidden;
- margin: 0;
+ border-radius: 0.5rem;
+ padding: 0.75rem 0.5rem;
+ background-color: #f9f9f9;
+ background-color: var(--widget-background);
+ border: 1px solid;
+ border-color: #ccc;
+ border-color: var(--border-darker);
}
math-ml figure[id] a:first-child {
@@ -2256,6 +2262,8 @@ math-ml figure[id] a:first-child {
border-radius: 0.25rem;
display: inline-block;
line-height: 100%;
+ color: #0149bc;
+ color: var(--link);
}
math-ml figure[id]:target figure {