aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--public/app.css8
1 files changed, 8 insertions, 0 deletions
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;
+}