Merge pull request #55 from zzjin/main
Fix default `pre code background color`.
This commit is contained in:
@ -60,7 +60,7 @@ pre {
|
|||||||
code {
|
code {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: #272822;
|
background: $midnightblue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user