@@ -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));
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user