summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2022-08-13 14:49:03 +0200
committerThomas Letan <lthms@soap.coffee>2022-08-13 14:49:03 +0200
commitc64d3b50531820350ffda629777ea269f3505596 (patch)
tree913c0c06aa27c3725579d9ffb4cacd83a15dceca
parentPropose to send an email in every page (diff)
Some minor CSS tweak
-rw-r--r--site/cleopatra/theme.org23
1 files changed, 16 insertions, 7 deletions
diff --git a/site/cleopatra/theme.org b/site/cleopatra/theme.org
index 3241733..9b1a129 100644
--- a/site/cleopatra/theme.org
+++ b/site/cleopatra/theme.org
@@ -385,10 +385,6 @@ body {
background: var(--bg);
}
-a[href] {
- color: var(--doc);
-}
-
h2 a.anchor-link,
h3 a.anchor-link,
h4 a.anchor-link {
@@ -415,8 +411,6 @@ h4:hover a.anchor-link {
color: var(--fg-plus);
}
-.sidenote-number:after,
-.sidenote:before,
pre,
code,
div.code,
@@ -459,13 +453,28 @@ span.inlinecode {
#+begin_src css :tangle style.css
.icon svg {
- fill: var(--doc);
display: inline;
width: 1em;
height: .9em;
vertical-align: text-top;
}
+a[href], .margin-toggle {
+ color: #0000ee;
+}
+
+a[href] .icon svg {
+ fill: #0000ee;
+}
+
+a[href]:visited {
+ color: #25008b;
+}
+
+a[href]:visited .icon svg {
+ fill: #25008b;
+}
+
.url-mark.fa {
display: inline;
font-size: 90%;