Adjust hr color + padding

This commit is contained in:
billz 2021-06-01 14:31:38 +01:00
parent 0e1d652c5e
commit ac6f31fa22
3 changed files with 6 additions and 3 deletions

View File

@ -17,7 +17,8 @@ body {
}
.h-underlined {
border-bottom: 1px solid #343434;
border-bottom: 1px solid #e3e6f0;
padding-bottom: 0.3rem;
}
.page-header {

View File

@ -34,7 +34,8 @@ h5.card-title {
}
.h-underlined {
border-bottom: 1px solid #343434;
border-bottom: 1px solid #e3e6f0;
padding-bottom: 0.3rem;
}
.card, .modal-dialog {

View File

@ -24,7 +24,8 @@ h5.card-title {
}
.h-underlined {
border-bottom: 1px solid #343434;
border-bottom: 1px solid #e3e6f0;
padding-bottom: 0.3rem;
}
.page-header {