mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Add styles for code tag
This commit is contained in:
parent
d5d78035ff
commit
d8a41a04fb
1 changed files with 15 additions and 1 deletions
|
@ -174,7 +174,21 @@ pre {
|
|||
margin-bottom: 1rem;
|
||||
overflow: auto;
|
||||
-ms-overflow-style: scrollbar;
|
||||
background-color: #151515;
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
code {
|
||||
padding: 1px 3px;
|
||||
color: #e44;
|
||||
background-color: #111;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
pre code {
|
||||
padding: 0;
|
||||
color: inherit;
|
||||
background-color: inherit;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
kbd {
|
||||
|
|
Loading…
Reference in a new issue