@@ -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>`,
|
||||
},
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user