card styling

This commit is contained in:
Xevion
2020-11-01 01:39:04 -05:00
parent d5a5b7bf9b
commit 0cf62d68e9

View File

@@ -57,3 +57,15 @@ html, body {
background-color: inherit;
color: inherit;
}
.card {
background-color: #0a556d;
}
.card-header {
background-color: #17a0cd;
}
.card-header-title {
color: white;
}