mirror of
https://github.com/zadam/trilium.git
synced 2026-03-10 06:00:23 +01:00
12 lines
133 B
CSS
12 lines
133 B
CSS
.modal.info-dialog {
|
|
user-select: text;
|
|
|
|
h3 {
|
|
font-size: 1.25em;
|
|
}
|
|
|
|
pre {
|
|
font-size: 0.75em;
|
|
}
|
|
}
|