Replace gray-700 with -verydark for better appearance

pull/4934/head
Thomas Stromberg 2019-07-31 16:26:59 -07:00
parent 2b013630e2
commit 899fedad02
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
$mk-dark: #306EE5; $mk-dark: #306EE5;
$mk-medium: #1FC3CF; $mk-medium: #1FC3CF;
$mk-light:#C7EAEC; $mk-light:#C7EAEC;
$mk-verydark: darken($mk-dark, 15%);
// bootstrap colors // bootstrap colors
$primary: #403F4C !default; $primary: #403F4C !default;
@ -84,7 +85,7 @@ $link-hover-decoration: none !default;
} }
.card { .card {
border-radius: 0 !important; border-radius: 0 !important;
border: 2px solid $gray-700 !important; border: 2px solid $mk-verydark !important;
} }
.card-img-top { .card-img-top {
border-top-left-radius: 0; border-top-left-radius: 0;