Additional metadata for small cards

This commit is contained in:
Michael Shamoon
2021-03-11 15:54:30 -08:00
parent 9b7bc16b3e
commit d264df1504
5 changed files with 58 additions and 10 deletions

View File

@@ -226,7 +226,7 @@ $border-color-dark-mode: #47494f;
}
.btn-outline-secondary {
border-color: $text-color-dark-mode;
border-color: darken($text-color-dark-mode, 30%);
color: $text-color-dark-mode;
&:not(:disabled):not(.disabled):hover {