Update base.html

This commit is contained in:
Arc
2020-01-29 19:18:11 +00:00
committed by GitHub
parent b840e01c5c
commit 47d02a6853

View File

@@ -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>