Browse Source

Update base.html

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
47d02a6853
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      lnbits/templates/base.html

12
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;
}
</style>
</head>

Loading…
Cancel
Save