theme improvements

This commit is contained in:
msquare 2021-12-28 09:46:32 +01:00
parent fc9fda9e33
commit b338f9d719
1 changed files with 11 additions and 3 deletions

View File

@ -93,11 +93,11 @@ $input-group-addon-bg: $gray-lighter;
//== Pagination //== Pagination
$pagination-color: $black; $pagination-color: #fff;
$pagination-hover-color: $black; $pagination-hover-color: #fff;
$pagination-active-color: $black; $pagination-active-color: #fff;
//== Form states and alerts //== Form states and alerts
@ -213,3 +213,11 @@ h1, h2, h3, h4, h5 {
padding: 1em 0; padding: 1em 0;
height: 200px; height: 200px;
} }
.card a {
text-decoration: underline;
}
.card .btn {
text-decoration: none;
}