fix legacyer browsers maybe

This commit is contained in:
2025-12-26 06:06:15 +02:00
parent c54ff0d507
commit 66a15d3d09
2 changed files with 3 additions and 3 deletions

View File

@@ -69,13 +69,13 @@ pre {
white-space: pre-wrap;
}
code {
code, .code {
border-radius: 5px ;
overflow-wrap: break-word ;
font-size: x-small;
}
code:not(pre code) {
code:not(pre code), .code {
color: lime;
}