1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-01 15:07:46 +02:00

improve style for code

This commit is contained in:
tiyn 2024-04-14 02:27:53 +02:00
parent e151dac3da
commit 1adad6762d

View File

@ -182,3 +182,13 @@ ul {
ol {
padding-left:20px;
}
code {
border-radius: 25px;
padding-left: 20px;
padding-right: 20px;
page-break-inside: avoid;
font-family: monospace;
white-space: pre;
display: inline-block
}