Fix pre on ligth mode

remotes/oscarmlage/main
Segundo Fdez 2022-05-04 21:01:06 +02:00
parent 90fe18f51c
commit 74f7bd599c
2 changed files with 6 additions and 2 deletions

View File

@ -711,7 +711,9 @@ i, em {
margin-bottom: var(--spacing-8);
}
.about .highlight pre {
background-color: transparent !important;
padding: var(--spacing-3);
overflow-x: auto;
border-radius: 10px;
}
.pagination {
border-top: 1px solid var(--color-main-medium);

View File

@ -2,7 +2,9 @@
.highlight {
margin-bottom: var(--spacing-8);
pre {
background-color: transparent !important;
padding: var(--spacing-3);
overflow-x: auto;
border-radius: 10px;
}
}
}