From 756b9fdefc1a28ac46aa4b76676c7ffb57c9e11a Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Mon, 5 Apr 2021 21:01:45 -0400 Subject: Properly detecting collisions with a pill as far as I can tell --- frontend/index.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'frontend/index.css') 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 */ -- cgit v1.2.1