-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move navigation to top tabs instead of left side and include links to socials * Change site name to Distilabel Docs * Update fonts to use argilla ones
- Loading branch information
Showing
9 changed files
with
2,753 additions
and
69 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
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 |
---|---|---|
@@ -1,7 +1,10 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap'); | ||
|
||
:root { | ||
--md-primary-fg-color: #84b0c1; | ||
--md-primary-fg-color--light: #84b0c1; | ||
--md-primary-fg-color--dark: #84b0c1; | ||
--md-text-font: "Inter"; | ||
} | ||
[data-md-color-scheme="default"] { | ||
--md-primary-fg-color: #000000; | ||
|
@@ -16,4 +19,4 @@ | |
|
||
.md-sidebar__scrollwrap:focus-within, .md-sidebar__scrollwrap:hover { | ||
scrollbar-color: var(--md-default-fg-color--lighter) #0000; | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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