summaryrefslogtreecommitdiff
path: root/frontend/index.css
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-04-05 21:01:45 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-04-05 21:01:45 -0400
commit756b9fdefc1a28ac46aa4b76676c7ffb57c9e11a (patch)
tree0bc1e4889a0bad1568430d4764e10b4412ad822a /frontend/index.css
parentdbd32f11e2a3df38162c70f946b5bfa9a8dedbfa (diff)
Properly detecting collisions with a pill as far as I can tell
Diffstat (limited to 'frontend/index.css')
-rw-r--r--frontend/index.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/frontend/index.css b/frontend/index.css
index 03221de..dbe4128 100644
--- a/frontend/index.css
+++ b/frontend/index.css
@@ -280,6 +280,16 @@ article pre {
display: inline-block;
}
+#references a,
+#references a:visited {
+ color: #EDE68A;
+ opacity: 0.8;
+}
+
+#references a:hover {
+ opacity: 1.0;
+}
+
/*
Code styles
*/