Files
notesnook/docs/help/contents/_include/custom.css

36 lines
553 B
CSS
Raw Normal View History

html.light {
--primary: #008837;
--header-fg: #008837;
--link: #008837;
2023-02-04 11:19:23 +05:00
--heading: #000;
}
html.dark {
--primary: #008837;
--header-fg: #008837;
--link: #008837;
--page-bg: #1b1b1b;
--document-bg: #2b2b2b;
--button-bg: #3b3b3b;
--hover-bg: #4b4b4b;
--button-fg: #fff;
--input-bg: #2b2b2b;
--input-placeholder: #ababab;
--code-bg: #4b4b4b;
--selection-bg: #00883766;
--selection-fg: #fff;
}
.project-title a {
color: var(--fg);
font-weight: 600;
}
.project-subtitle {
color: var(--fg);
font-weight: 600;
}