mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
fix(article): code background (#139)
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/126
This commit is contained in:
parent
9914bba42c
commit
326c052a24
2 changed files with 1 additions and 3 deletions
|
@ -14,8 +14,7 @@
|
|||
|
||||
/* Error */
|
||||
.chroma .err {
|
||||
color: #960050;
|
||||
background-color: #1e0010
|
||||
color: #bb0064;
|
||||
}
|
||||
|
||||
/* LineTableTD */
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
/* Error */
|
||||
.chroma .err {
|
||||
color: #960050;
|
||||
background-color: #1e0010
|
||||
}
|
||||
|
||||
/* LineTableTD */
|
||||
|
|
Loading…
Reference in a new issue