mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
fix code block style
This commit is contained in:
parent
5496373a19
commit
677e0d3a32
|
|
@ -63,7 +63,6 @@ $color-mode-type: media-query;
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
|
|
@ -94,6 +93,9 @@ pre {
|
|||
@extend .rounded;
|
||||
@extend .p-2;
|
||||
@extend .bg-secondary-subtle;
|
||||
code {
|
||||
@extend .p-0;
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
|
|
|
|||
Loading…
Reference in New Issue