mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-09 23:48:41 +00:00
fix(web): remove background in blog-preview
This commit is contained in:
parent
fcb1162be5
commit
dd341c6e22
@ -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 ?>
|
||||
|
Loading…
Reference in New Issue
Block a user