mirror of
https://github.com/zadam/trilium.git
synced 2026-03-13 15:40:22 +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;
|
||
|
|
}
|
||
|
|
}
|