Merge pull request #5320 from SunJary/fix_paper_sftp_color

This commit is contained in:
Eugeny
2021-12-29 11:26:45 +01:00
committed by GitHub

View File

@@ -386,3 +386,7 @@ start-page footer {
background: #ffffff4a !important; background: #ffffff4a !important;
border-bottom: 1px solid #00000026 !important; border-bottom: 1px solid #00000026 !important;
} }
.bg-dark{
background-color: $base2 !important;
}