From 305b2247955b48ba09f6ea27b80bbafe16004666 Mon Sep 17 00:00:00 2001 From: Krasimir Tsonev Date: Wed, 21 Oct 2015 07:15:04 +0300 Subject: [PATCH] Bolding the links + softing the links' underline --- css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 322b87d..421426d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -736,8 +736,9 @@ a.button:hover { opacity: 0.8; } padding: 0.4em; } .schedule a { - border-bottom: dotted 1px #000; + border-bottom: dotted 1px #999; color: #000; + font-weight: bold; } .schedule a:hover { border-bottom: none;