1
0
Fork 0
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:
Peter Savchenko 2019-02-18 10:42:12 +03:00 committed by GitHub
parent 1895fdceaa
commit a4031f151f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 51 additions and 43 deletions

View file

@ -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;
}