diff --git a/lnbits/templates/base.html b/lnbits/templates/base.html index 49562915e..82e515faf 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; +} +