From 678488433e286ede6880b47288562bc91f8d0cd9 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 28 Aug 2019 10:43:38 +0200 Subject: Style link elements in the html. --- public/app.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/app.css b/public/app.css index 752e9ac..10709d7 100644 --- a/public/app.css +++ b/public/app.css @@ -12,3 +12,11 @@ body { canvas { background-color: white; } + +a { + color: wheat; +} + +a:hover { + color: #ffd382; +} -- cgit v1.2.3