some a11y fix

Signed-off-by: npiyush97 <npiyush35@gmail.com>
This commit is contained in:
npiyush97
2024-01-25 22:38:21 +05:30
parent 8cea347e80
commit f9b5866902
5 changed files with 40 additions and 12 deletions
@@ -32,7 +32,8 @@
position: absolute;
text-align: center;
font-weight: bold;
color: black;
transform: translateY(var(--translateY)) translateX(var(--translateX))
rotate(var(--rotation));
transform-origin: bottom left;
+29 -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,34 @@
}
}
}
// for blog
#__docusaurus {
.row {
.col {
&--7 {
a {
text-decoration: underline;
}
}
}
}
}
// for community page
#__docusaurus {
.communityPage_src-pages-demos-demos-module {
a:not([class]) {
text-decoration: underline;
}
}
}
// for plugin page
#__docusaurus {
.pluginsPage_src-pages-plugins-plugins-module {
a:not([class]) {
text-decoration: underline;
}
}
}
.footerLogo {
background-image: url(/img/logo.svg);
background-repeat: no-repeat;