fix(web): remove background in blog-preview

This commit is contained in:
Baoshuo Ren 2022-10-10 09:26:48 +08:00
parent fcb1162be5
commit dd341c6e22
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -247,7 +247,10 @@
</script>
</head>
<?php if (isset($REQUIRE_LIB['bootstrap5'])): ?>
<body class="d-flex flex-column min-vh-100 bg-light">
<body class="d-flex flex-column min-vh-100
<?php if ($ShowPageHeader): ?>
bg-light
<?php endif ?>">
<?php else: ?>
<body>
<?php endif ?>