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