update code style

This commit is contained in:
Simon Vieille 2021-04-09 12:55:38 +02:00
parent 37738d923e
commit c7e6beb82c
1 changed files with 10 additions and 1 deletions

View File

@ -760,6 +760,15 @@ $links: (
}
.code-title {
background: #0f1017;
background: #000000;
}
.body pre {
background: #141414;
}
.body pre[class*="language-"], .code-title {
border: 1px solid #000000;
border-radius: 0;
}
}