2023-10-01 10:40:20

This commit is contained in:
z17CX 2023-10-01 10:40:20 +00:00
parent 8bb80ed550
commit 20c1e66294
Signed by: z17cx
GPG key ID: 3F5F87C84EE943E4
2 changed files with 2 additions and 3 deletions

View file

@ -5,5 +5,3 @@
@import 'module/media';
@import 'module/ext';
@import 'module/shortcodes';
// @import 'module/syntax';
// @import 'module/syntax_ext';

View file

@ -32,9 +32,10 @@ body {
pre {
@include font-mono();
border-radius: var(--bs-border-radius-sm);
background: var(--bs-gray-900);
> code {
background: var(--bs-gray-900);
background: unset;
color: var(--bs-gray-200);
display: block;
font-size: var(--bs-body-font-size);