Skip to content

Commit 0641e35

Browse files
committed
Tweak code type text
Make the font a little smaller and increase the border of the parent element. Fixes gh-40
1 parent d03de4d commit 0641e35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/css/asciidoctor.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
box-shadow: inset 0 0 1.75px var(--asciidoctor-pre-border-color);
240240
display: block;
241241
overflow-x: auto;
242-
padding: 0.75rem;
242+
padding: 0.95rem;
243243
border-radius: 4px;
244244
}
245245

@@ -248,10 +248,10 @@
248248
text-transform: uppercase;
249249
display: block;
250250
position: absolute;
251-
top: 0.425rem;
252-
right: 0.5rem;
251+
top: 0.3rem;
252+
right: 0.3rem;
253253
line-height: 1;
254-
font-size: 0.7em;
254+
font-size: 0.65em;
255255
color: var(--asciidoctor-code-data-lang-color);
256256
}
257257

0 commit comments

Comments
 (0)