forked from evaera/Cmdr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Eleanor <[email protected]>
- Loading branch information
1 parent
9a8939d
commit 641e039
Showing
45 changed files
with
2,440 additions
and
14,476 deletions.
There are no files selected for viewing
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,31 @@ | ||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"); | ||
|
||
:root { | ||
--ifm-font-family-base: Inter, -apple-system, "Helvetica Neue", Roboto, | ||
Helvetica, system-ui, "Nimbus Sans", "Arial Nova", Arial, Segoe UI; | ||
|
||
--ifm-font-family-monospace: ui-monospace, "Cascadia Code", "Source Code Pro", | ||
Menlo, Consolas, "DejaVu Sans Mono", monospace; | ||
|
||
--ifm-navbar-link-hover-color: #9b59b6; | ||
--ifm-link-color: #9b59b6; | ||
--ifm-color-primary: #9b59b6; | ||
} | ||
|
||
.navbar__logo img { | ||
transition: opacity var(--ifm-transition-fast) | ||
var(--ifm-transition-timing-default); | ||
} | ||
|
||
.navbar__logo img:hover { | ||
opacity: 75%; | ||
} | ||
|
||
.footer__copyright a { | ||
color: var(--ifm-footer-color) !important; | ||
text-decoration: underline; | ||
} | ||
|
||
.footer__copyright a:hover { | ||
text-decoration: none !important; | ||
} |
File renamed without changes
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
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
Oops, something went wrong.