Fixed styles for code.
All checks were successful
Release / docker_build (push) Successful in 38s
Release / deploy_helm (push) Successful in 13s

This commit is contained in:
2025-07-25 17:36:15 +02:00
parent c921e6cc95
commit 8eaba16410
3 changed files with 9 additions and 8 deletions

View File

@ -82,6 +82,7 @@ pre {
code[data-name] {
display: block;
position: relative;
padding-top: 2em !important;
&::before {
@ -91,7 +92,7 @@ pre {
top: 0;
left: 0;
padding-left: 1em;
padding-top: 0.7em;
padding-top: 0.2em;
width: 100%;
background-color: $midnightblue;
z-index: 1;