mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-02-28 06:53:12 +08:00
* test frontmatter rendering * restructure files * add docs website * move postcss config * revert postcss config * update readme * update logo * fix internal links
16 lines
316 B
CSS
16 lines
316 B
CSS
:root[data-theme='light'],
|
|
[data-theme='light'] ::backdrop {
|
|
--sl-color-accent: hsl(241, 63%, 59%);
|
|
--sl-color-text-accent: hsl(241, 63%, 55%);
|
|
|
|
--sl-nav-gap: 0.8rem;
|
|
}
|
|
|
|
/* Align site search */
|
|
.header .title-wrapper + div.sl-flex {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.site-title img {
|
|
height: 36px;
|
|
} |