Merge pull request #55 from zzjin/main

Fix default `pre code background color`.
This commit is contained in:
BLZR
2024-03-01 01:45:38 +05:30
committed by GitHub

View File

@ -60,7 +60,7 @@ pre {
code { code {
padding: 0; padding: 0;
margin: 0; margin: 0;
background: #272822; background: $midnightblue;
} }
} }