added suggested changes

Signed-off-by: npiyush97 <npiyush35@gmail.com>
This commit is contained in:
npiyush97
2024-01-02 15:06:32 +05:30
parent 2cc1f63c7b
commit 9ee1d1f817
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ module.exports = {
items: [
{
html: `
<a href="/" aria-label="Backstage Software Catalog and Developer Platform">
<a href="/" aria-label="Backstage Home">
<div class="footerLogo"></div>
</a>`,
},
+8 -1
View File
@@ -6,7 +6,14 @@
--ifm-color-primary-dark: #31a792;
--ifm-color-primary-darker: #2e9e8a;
--ifm-color-primary-darkest: #268271;
--ifm-link-decoration: underline;
}
#__docusaurus {
.theme-doc-markdown {
a {
text-decoration: underline;
}
}
}
.footerLogo {