-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use colors similar to LeanCode branding
- Loading branch information
Wojciech Klusek
committed
Jan 5, 2024
1 parent
3fe2b90
commit 85f8f5c
Showing
2 changed files
with
9 additions
and
0 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,7 @@ | ||
:root { | ||
/* Primary color shades */ | ||
--md-primary-fg-color: #000000; | ||
/* Accent color shades */ | ||
--md-accent-fg-color: #c28f02; | ||
--md-typeset-a-color: #c28f02; | ||
} |
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