Bolding the links + softing the links' underline

This commit is contained in:
Krasimir Tsonev 2015-10-21 07:15:04 +03:00
parent 3d060cc8ec
commit 305b224795
1 changed files with 2 additions and 1 deletions

View File

@ -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;