Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Add links colours for both of themes
Browse files Browse the repository at this point in the history
  • Loading branch information
PolinaSavelyeva committed Sep 13, 2023
1 parent 51140b7 commit 1ab3e46
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/content/fsdocs-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
--fsdocs-code-preprocessor-color: #cebce8;
--fsdocs-code-fsioutput-color: #919191;
--fsdocs-code-tooltip-color: #cdcdcd;

--fsdocs-content-text-color: #e9e9e9;
}

.fsdocs-source-link img {
Expand Down
2 changes: 2 additions & 0 deletions docs/content/fsdocs-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@
--fsdocs-code-preprocessor-color: #af75c1;
--fsdocs-code-fsioutput-color: #808080;
--fsdocs-code-tooltip-color: #d1d1d1;

--fsdocs-content-text-color: #1e1c1c;
}
2 changes: 1 addition & 1 deletion docs/content/fsdocs-main.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ blockquote {
}

#fsdocs-content a:not(.btn) {
color: #908c94;
color: var(--fsdocs-content-text-color);;;
}
/* remove the default bootstrap bold on dt elements */
#fsdocs-content dt {
Expand Down
2 changes: 2 additions & 0 deletions docsSrc/content/fsdocs-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
--fsdocs-code-preprocessor-color: #cebce8;
--fsdocs-code-fsioutput-color: #919191;
--fsdocs-code-tooltip-color: #cdcdcd;

--fsdocs-content-text-color: #e9e9e9;
}

.fsdocs-source-link img {
Expand Down
2 changes: 2 additions & 0 deletions docsSrc/content/fsdocs-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@
--fsdocs-code-preprocessor-color: #af75c1;
--fsdocs-code-fsioutput-color: #808080;
--fsdocs-code-tooltip-color: #d1d1d1;

--fsdocs-content-text-color: #1e1c1c;
}
2 changes: 1 addition & 1 deletion docsSrc/content/fsdocs-main.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ blockquote {
}

#fsdocs-content a:not(.btn) {
color: #908c94;
color: var(--fsdocs-content-text-color);;;
}
/* remove the default bootstrap bold on dt elements */
#fsdocs-content dt {
Expand Down

0 comments on commit 1ab3e46

Please sign in to comment.