mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 08:57:15 +00:00
feat: Change the default code color
This commit is contained in:
parent
bc05a6e403
commit
67d9cb6564
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ pre {
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
}
|
}
|
||||||
pre code {
|
pre code {
|
||||||
color: #237794;
|
color: whitesmoke;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
white-space: inherit;
|
white-space: inherit;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue