mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-26 01:33:12 -05:00
* fix links * actually fix #238 * Feature/mkdocs version bump (#240) * fix links (#239) Co-authored-by: hay-kot <hay-kot@pm.me> * fix #238 * bump mkdocs version * light/dark toggle * light/dark mode css * API_DOCS defaults to True * disable build on push for master Co-authored-by: hay-kot <hay-kot@pm.me> Co-authored-by: hay-kot <hay-kot@pm.me>
48 lines
1.0 KiB
CSS
48 lines
1.0 KiB
CSS
[data-md-color-scheme="mealie"] {
|
|
--md-primary-fg-color: #e58325;
|
|
--md-primary-fg-color--light: #e58325;
|
|
--md-accent-fg-color: #e58325;
|
|
--md-custom-h2-color: #333;
|
|
--md-accent-fg-color--light: #e58325;
|
|
--md-default-accent-bg-color: #f7fafc;
|
|
}
|
|
|
|
[data-md-color-scheme="slate"] {
|
|
--md-primary-fg-color: #e58325;
|
|
--md-primary-fg-color--dark: #e58325;
|
|
--md-accent-fg-color: #e58325;
|
|
--md-accent-fg-color--dark: #e58325;
|
|
--md-custom-h2-color: rgb(167, 167, 167);
|
|
--md-default-bg-color: #1a1b1b;
|
|
--md-default-accent-bg-color: #1f1e1e;
|
|
}
|
|
|
|
/* frontpage elements */
|
|
.tx-hero h1 {
|
|
font-size: 2.41rem !important;
|
|
}
|
|
a.md-button.md-button--primary {
|
|
background-color: var(--md-accent-fg-color);
|
|
border-color: var(--md-accent-fg-color);
|
|
color: #ffffff;
|
|
}
|
|
a.md-button.md-button--primary:hover {
|
|
color: #000000;
|
|
}
|
|
a.md-button.md-button:hover {
|
|
color: #ffffff;
|
|
}
|
|
|
|
/* Site width etc.*/
|
|
.md-grid {
|
|
max-width: 64rem !important;
|
|
}
|
|
|
|
.md-typeset table:not([class]) th {
|
|
background-color: #e58325;
|
|
}
|
|
|
|
th {
|
|
font-weight: bold;
|
|
}
|