-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f50fda
commit f1fc331
Showing
3 changed files
with
49 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
:root, | ||
[data-md-color-scheme="default"] { | ||
/* --md-heading-font: "Oswald"; */ | ||
--md-primary-fg-color: #cf3f02; | ||
--md-default-fg-color: #443f3f; | ||
--boxShadowD: 0px 12px 24px 0px rgba(68, 63, 63, 0.08), | ||
0px 0px 4px 0px rgba(68, 63, 63, 0.08); | ||
} | ||
body { | ||
margin: 0; | ||
padding: 0; | ||
/* font-size: 16px; */ | ||
} | ||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6 { | ||
font-family: var(--md-heading-font); | ||
font-weight: bold; | ||
} | ||
.md-typeset h1, | ||
.md-typeset h2, | ||
.md-typeset h3, | ||
.md-typeset h4 { | ||
font-weight: bold; | ||
color: var(--md-default-fg-color); | ||
margin: 0; | ||
} | ||
.md-button, | ||
.md-typeset .md-button { | ||
font-family: var(--md-heading-font); | ||
} | ||
.md-content .supheading { | ||
font-family: var(--md-heading-font); | ||
text-transform: uppercase; | ||
color: var(--md-primary-fg-color); | ||
font-size: 0.75rem; | ||
font-weight: bold; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters