mirror of
https://github.com/zadam/trilium.git
synced 2025-11-19 23:24:25 +01:00
31 lines
537 B
CSS
31 lines
537 B
CSS
.ck-content code,
|
|
.ck-content pre {
|
|
color: var(--text-primary);
|
|
background-color: var(--background-secondary);
|
|
border: 1px solid var(--background-active);
|
|
border-radius: 6px;
|
|
white-space: pre;
|
|
}
|
|
|
|
.ck-content code {
|
|
padding: 2px 5px;
|
|
}
|
|
|
|
.ck-content pre code {
|
|
border: 0;
|
|
}
|
|
|
|
.ck-content pre {
|
|
overflow: auto;
|
|
}
|
|
|
|
#content h1,
|
|
#content h2,
|
|
#content h3,
|
|
#content h4,
|
|
#content h5,
|
|
#content h6 {
|
|
color: var(--text-heading);
|
|
border-bottom: 1px solid var(--background-highlight);
|
|
padding-bottom: 5px;
|
|
} |