mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-23 07:09:42 +02:00
Code tool updated (#45)
This commit is contained in:
parent
1895fdceaa
commit
a4031f151f
12 changed files with 51 additions and 43 deletions
|
@ -53,6 +53,11 @@
|
|||
letter-spacing: -0.04px;
|
||||
margin-bottom: -0.2em;
|
||||
}
|
||||
|
||||
.cdx-marker {
|
||||
background: rgba(245,235,111,0.33);
|
||||
padding: 3px 0;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -79,9 +84,9 @@
|
|||
*/
|
||||
.block-code {
|
||||
padding: 20px !important;
|
||||
border-radius: 3px;
|
||||
border-radius: 5px;
|
||||
font-size: 13px;
|
||||
border: 1px solid var(--color-line-gray);
|
||||
//border: 1px solid var(--color-line-gray);
|
||||
font-family: Menlo,Monaco,Consolas,Courier New,monospace;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue