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

Resolve "range docusaurus colors in css"

Merged Julie Thezenas requested to merge 85-doc-create-docusaurus-doc-colors into master
4 files
+ 74
42
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 15
21
@@ -2,6 +2,7 @@
@import url("fonts.css");
@import url("dark-theme.css");
@import url("../theme/Footer/footer.css");
@import url("matomo.css");
html, body {
margin: 0;
@@ -26,11 +27,19 @@ p {
font-weight: 500;
}
p a {
color: var(--ifm-color-warning);
}
/****** LINK a ******/
a:hover {
transition: 0.3s;
}
li a:hover {
color: var(--ifm-color-warning);
}
form > p {
font-size: small;
margin-top: 2em;
@@ -106,11 +115,11 @@ ul {
/****** HERO TITLE ******/
.hero__title {
color: var(--ifm-color-secondary);
color: var(--ifm-color-white);
}
.hero__subtitle {
color: var(--ifm-color-secondary);
color: var(--ifm-color-white);
}
/***** BUTTON *****/
@@ -174,6 +183,10 @@ ul {
}
/******* ADMONITIONS *******/
.admonition a {
color: var(--ifm-color-white);
}
.alert--secondary {
--ifm-alert-border-color: var(--ifm-color-gray-500);
--ifm-alert-background-color: var(--ifm-color-gray-100);
@@ -228,22 +241,3 @@ ul {
width: 330px;
}
}
/******** MATOMO *********/
.matomo_optout {
border: 0;
height: 200px;
width: 600px;
}
.notrack_container {
display: flex;
justify-content: center;
}
.no_track {
margin-left: 12px;
margin-right: 12px;
width: 10rem;
height: auto;
}
Loading