tweak code style
This commit is contained in:
parent
a9f020f4ed
commit
ca1c3ea2d9
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
|
||||
code {
|
||||
background-color: var(--bg-1);
|
||||
padding: 0.1em 0.1em 0em 0.1em;
|
||||
background-color: #ddddee;
|
||||
padding: 0em 0.1em 0em 0.1em;
|
||||
border-radius: 5px;
|
||||
border: 1px solid var(--border-color);
|
||||
border-style: solid solid none solid;
|
||||
border-style: none solid none solid;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
Loading…
Reference in a new issue