-
-
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.
Merge pull request #82 from AthennaIO/develop
Add helpers descriptions and fix code links
- Loading branch information
Showing
7 changed files
with
223 additions
and
15 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
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
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
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,25 +1,31 @@ | ||
.markdown code { | ||
color: #ff80bf !important; | ||
color: #ff80bf; | ||
} | ||
|
||
.markdown a { | ||
color: #939300 !important; | ||
} | ||
|
||
a code { | ||
color: #939300 !important; | ||
} | ||
|
||
.markdown a:hover { | ||
color: #ff80bf !important; | ||
color: #ff80bf; | ||
} | ||
|
||
[data-theme='dark'] .markdown a { | ||
color: #ffff80 !important; | ||
} | ||
|
||
[data-theme='dark'] a code { | ||
color: #ffff80 !important; | ||
} | ||
|
||
[data-theme='dark'] .markdown a:hover { | ||
color: #ff80bf !important; | ||
color: #ff80bf; | ||
} | ||
|
||
.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 { | ||
font-weight: 800 !important; | ||
} | ||
|
||
|