Merge pull request #22518 from npiyush97/a11y

Microsite: a11y fixes
This commit is contained in:
Fredrik Adelöw
2024-01-31 15:48:17 +01:00
committed by GitHub
8 changed files with 62 additions and 26 deletions
@@ -37,4 +37,10 @@ $page-header-height: 44px;
padding-right: 2rem;
}
select[class*='hs-input'] {
color: black;
}
input[class*='hs-button'] {
color: black;
}
}
@@ -32,6 +32,7 @@
position: absolute;
text-align: center;
font-weight: bold;
color: black;
transform: translateY(var(--translateY)) translateX(var(--translateX))
rotate(var(--rotation));
+31 -2
View File
@@ -7,7 +7,7 @@
--ifm-color-primary-darker: #2e9e8a;
--ifm-color-primary-darkest: #268271;
}
// for docs and releases
#__docusaurus {
.theme-doc-markdown {
a {
@@ -15,7 +15,36 @@
}
}
}
// for blog
#__docusaurus {
.row {
.col {
&--7 {
a {
text-decoration: underline;
}
}
}
}
}
// for community page
#__docusaurus {
div[class^='communityPage'],
div[class*='communityPage'] {
a:not([class]) {
text-decoration: underline;
}
}
}
// for plugin page
#__docusaurus {
div[class^='pluginsPage'],
div[class*='pluginsPage'] {
a:not([class]) {
text-decoration: underline;
}
}
}
.footerLogo {
background-image: url(/img/logo.svg);
background-repeat: no-repeat;