settings
code:style.css
/*
body {
--dark-bg: hsl(220, 16%, 10%);
--bg: hsl(220, 16%, 10%);
--accent: hsl(36, 100%, 70%);
--accent-hover: hsl(36, 100%, 76%);
--fg: hsl(36, 90%, 90%);
--body-bg: var(--dark-bg);
--page-text-color: var(--fg);
--page-link-color: var(--accent);
--page-link-hover-color: var(--accent-hover);
--page-bg: var(--bg);
--tool-bg: var(--bg);
--card-bg: var(--bg);
--card-hover-bg: hsla(0deg, 0%, 0%, 0.1);
--card-description-color: var(--fg);
--card-description-link-color: var(--page-link-color);
--card-title-bg: transparent;
--card-title-bg-pinned: transparent;
--card-backside: var(--accent);
--relation-label-bg: var(--bg);
--relation-label-links-bg: var(--page-link-color);
--relation-label-empty-bg: var(--empty-page-link-color);
--relation-label-empty-text: var(--relation-label-links-text);
--navbar-bg: hsla(0deg, 0%, 0%, 0.3);
}
div#editor {
font-family: Inter, Helvetica, "Hiragino Sans", "Noto Sans CJK JP", sans-serif;
}
.page {
border-radius: 16px;
background-image: linear-gradient(hsl(220, 20%, 12%), hsl(220, 16%, 10%));
}
.grid li.page-list-item {
}
.grid li.page-list-item a {
border-radius: 6px;
background-image: linear-gradient(hsl(220, 20%, 15%), hsl(220, 16%, 12%));
}
font-family: Helvetica, Inter, "Hiragino Sans", "Noto Sans CJK JP", sans-serif;
}
display: inline-block;
background-color: var(--accent);
--page-link-color:var(--bg);
--page-link-hover-color:var(--page-link-color);
font-weight: 700;
padding: 0 12px;
border-radius: 4px;
}
.line strong.level {
font-weight: 700;
}
.line .indent-mark .dot {
right: 10px;
top: 12px;
width: 6px;
height: 2px;
border-radius: 0;
}
.line.line-title {
font-feature-settings: "palt";
}
.section-title > :not(.code-block) {
font-size: 1.2em;
font-weight: 700;
}
*/