fix: Color for pre tag
This commit is contained in:
parent
90348ab99c
commit
54e18dc274
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ a {
|
|||
color: $text-color;
|
||||
}
|
||||
|
||||
pre {
|
||||
color: var(--text-light)
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue