mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 10:28:57 +01:00
9 lines
156 B
CSS
9 lines
156 B
CSS
section.section-404 {
|
|
text-align: center;
|
|
background: var(--background-color);
|
|
|
|
h2 {
|
|
color: var(--brand-3);
|
|
margin: 1em;
|
|
}
|
|
} |