aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index d3a017d..d8fb0d5 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -20,6 +20,9 @@ footer, nav {
padding: 1rem;
border-radius: 0 35%; }
+a.badge { text-decoration: none; }
+a.badge:hover { color: white; }
+
.btn {
background: #002147;
color: white; }