From 0cf62d68e9432476e4fb4cffcefb20ded61a1de1 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 1 Nov 2020 01:39:04 -0500 Subject: [PATCH] card styling --- viewer/static/theme.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/viewer/static/theme.css b/viewer/static/theme.css index 983b1f0..57e4dd8 100644 --- a/viewer/static/theme.css +++ b/viewer/static/theme.css @@ -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; +}