commit 535bfcb9438cb5efb95a6eeb3ab9239f2fad082d parent 08c0e05672dcb4018d53894b9aacddbc17efdd14 Author: Jake Bauer <jbauer@paritybit.ca> Date: Mon, 1 Feb 2021 01:56:23 -0500 Fix bug with button links on services page Diffstat:
M | main.css | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/main.css b/main.css @@ -134,6 +134,9 @@ a:visited { .button:focus { border-style: inset; } +.button:visited { + color: #000000; +} /* END SERVICE CARDS */ pre {