1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-01 12:22:15 +02:00
This commit is contained in:
2025-03-05 10:14:09 +01:00
parent 1b0312f6bd
commit 209fa49dee
7 changed files with 95 additions and 117 deletions

View File

@ -31,7 +31,7 @@ ${host} {
overflow: auto;
border-radius: var(--border-radius);
font-family: var(--font-mono);
font-size: 0.8rem;
font-size: .85rem;
line-height: 1.5;
position: relative;
margin-block: 1rem;

View File

@ -19,7 +19,7 @@ ${host} .runtime {
.CodeMirror {
height: 100% !important;
font-family: var(--font-mono) !important;
font-size: 0.8rem !important;
font-size: .85rem !important;
line-height: 1.5 !important;
}