Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit b376a228 authored by Plumtree3D's avatar Plumtree3D
Browse files

fix: link hover color

parent c9687e53
No related branches found
No related tags found
1 merge request!18Resolve "fix: light theme and colors"
Pipeline #12215 passed with warnings
...@@ -72,8 +72,6 @@ strong, b { ...@@ -72,8 +72,6 @@ strong, b {
font-size: 0.8rem; font-size: 0.8rem;
} }
a, .table-of-contents__link--active { a, .table-of-contents__link--active {
color: #e8ac00; color: #e8ac00;
} }
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
--ifm-color-primary-trans: #ffc92f70; --ifm-color-primary-trans: #ffc92f70;
--ifm-button-primary-color: #ffbd00; --ifm-button-primary-color: #ffbd00;
--ifm-button-primary-hover: #ffd666; --ifm-button-primary-hover: #ffd666;
--ifm-link-hover-color: var(--ifm-button-primary-hover);
--text-contrast: #000; --text-contrast: #000;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment