mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-09 03:37:54 +02:00
Add documentation website (#833)
* test frontmatter rendering * restructure files * add docs website * move postcss config * revert postcss config * update readme * update logo * fix internal links
This commit is contained in:
16
docs/src/styles/custom.css
Normal file
16
docs/src/styles/custom.css
Normal file
@@ -0,0 +1,16 @@
|
||||
: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;
|
||||
}
|
Reference in New Issue
Block a user