mirror of
https://github.com/Dasharo/twpm-docs.git
synced 2026-03-06 14:53:56 -08:00
18 lines
410 B
CSS
18 lines
410 B
CSS
/*
|
|
* SPDX-FileCopyrightText: 2024 3mdeb <contact@3mdeb.com>
|
|
*
|
|
* SPDX-License-Identifier: CC-BY-SA-4.0
|
|
*/
|
|
|
|
:root {
|
|
--md-primary-fg-color: #29363b;
|
|
--md-primary-fg-color--light: #808080;
|
|
--md-primary-fg-color--dark: #29363b;
|
|
--md-accent-fg-color: hsla(117, 66%, 51%, 0.7);
|
|
--md-text-font-family: "Oswald",sans-serif;
|
|
}
|
|
|
|
:root > * {
|
|
--md-typeset-a-color: #38d430;
|
|
}
|