mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-13 02:18:29 +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;
|
margin-bottom: 1rem;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
-ms-overflow-style: scrollbar;
|
-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 {
|
kbd {
|
||||||
|
|
Loading…
Reference in a new issue