diff --git a/css/style.css b/css/style.css index c592a86..71fb42f 100644 --- a/css/style.css +++ b/css/style.css @@ -738,7 +738,8 @@ a.list-group-item:hover { box-shadow: 0px 2px 10px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0.2); text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3); background-color: #eeeeec; - color: #111; } + color: #111; + font-weight: 600; } .btn:hover, .btn:active, .btn:focus, .btn:not(.disabled):not(:disabled):hover, .btn:not(.disabled):not(:disabled):active, .btn:not(.disabled):not(:disabled):focus { background-color: white; color: #111; } diff --git a/scss/_buttons.scss b/scss/_buttons.scss index c9fa690..17d568a 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -26,6 +26,7 @@ box-shadow: $large-shadow, $inset-shadow; text-shadow: 0px -1px 0px rgba(0,0,0,0.3); @include button-color($color-light, #111); + font-weight: 600; &:hover { box-shadow: $narrow-shadow, $inset-shadow;