mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-14 16:28:41 +00:00
fix(web): remove background in blog-preview
This commit is contained in:
parent
fcb1162be5
commit
dd341c6e22
@ -247,7 +247,10 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<?php if (isset($REQUIRE_LIB['bootstrap5'])): ?>
|
<?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: ?>
|
<?php else: ?>
|
||||||
<body>
|
<body>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user