mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Fixed code block background color (#596)
This commit is contained in:
@@ -39,8 +39,9 @@
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: $alt-bg-color-dark !important;
|
||||
code {
|
||||
background-color: inherit;
|
||||
// background-color: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user