From 47d02a68530760c4eb7ccaac6f7f851d0c3bfc71 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 29 Jan 2020 19:18:11 +0000 Subject: [PATCH] Update base.html --- lnbits/templates/base.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lnbits/templates/base.html b/lnbits/templates/base.html index 4956291..82e515f 100644 --- a/lnbits/templates/base.html +++ b/lnbits/templates/base.html @@ -419,6 +419,18 @@ background-color: } +.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { + font-weight: 400; + line-height: 1; + color: + #fff; +} + +body { + + background-color: #1f2234; +} +