202403211825
This commit is contained in:
parent
93f89a8198
commit
2f0ff0f30c
2 changed files with 1341 additions and 1350 deletions
2685
dist/dl/microbin.css
vendored
2685
dist/dl/microbin.css
vendored
File diff suppressed because it is too large
Load diff
|
@ -934,9 +934,9 @@
|
|||
}
|
||||
|
||||
code {
|
||||
background: #efefef;
|
||||
background: #7f849c;
|
||||
background: var(--background);
|
||||
color: #000;
|
||||
color: #7f849c;
|
||||
color: var(--code);
|
||||
padding: 2.5px 5px;
|
||||
border-radius: 6px;
|
||||
|
@ -947,7 +947,7 @@
|
|||
code {
|
||||
color: #ffbe85;
|
||||
color: var(--code);
|
||||
background: #161f27;
|
||||
background: #7f849c;
|
||||
background: var(--background)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue