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 00061db7 authored by Julie Thezenas's avatar Julie Thezenas
Browse files

fix: bad hover color button

parent 529e22af
No related branches found
No related tags found
1 merge request!65Resolve "Change buttons colors"
Pipeline #7024 failed
This commit is part of merge request !65. Comments created here will be created in the context of that merge request.
...@@ -40,13 +40,6 @@ html[data-theme='dark'] .clean-btn :hover { ...@@ -40,13 +40,6 @@ html[data-theme='dark'] .clean-btn :hover {
color: var(--ifm-color-secondary); color: var(--ifm-color-secondary);
} }
/* dark theme button*/
html[data-theme='dark'] .button--beta:hover {
color: var(--ifm-color-secondary);
background-color: var(--ifm-color-info);
border-style: none;
}
/* a & text */ /* a & text */
html[data-theme='dark'] .theme-doc-footer-edit-meta-row a { html[data-theme='dark'] .theme-doc-footer-edit-meta-row a {
color: var(--ifm-color-warning); color: var(--ifm-color-warning);
......
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