This commit is contained in:
@@ -102,7 +102,7 @@ const config = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
style: 'dark',
|
style: 'light',
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
title: 'This site sections:',
|
title: 'This site sections:',
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yevi-org",
|
"name": "yevi-org",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docusaurus": "docusaurus",
|
"docusaurus": "docusaurus",
|
||||||
|
@@ -22,14 +22,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.featureSvg {
|
.featureSvg {
|
||||||
height: 100px;
|
height: 60px;
|
||||||
width: 100px;
|
width: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.featureSvg path {
|
.featureSvg path {
|
||||||
fill: var(--ifm-link-color) !important;
|
fill: var(--ifm-link-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.featureBlock:hover .featureSvg path {
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
|
||||||
.featureLink {
|
.featureLink {
|
||||||
display: contents;
|
display: contents;
|
||||||
color: unset;
|
color: unset;
|
||||||
@@ -44,3 +48,7 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: unset;
|
color: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.featureLink p {
|
||||||
|
color: var(--ifm-color-secondary-contrast-foreground);
|
||||||
|
}
|
@@ -16,7 +16,13 @@
|
|||||||
--ifm-code-font-size: 95%;
|
--ifm-code-font-size: 95%;
|
||||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
||||||
--ifm-footer-link-hover-color: #b07ab0;
|
--ifm-footer-link-hover-color: #b07ab0;
|
||||||
--ifm-link-color: var(--ifm-color-primary-lightest)
|
--ifm-link-color: var(--ifm-color-primary-lightest);
|
||||||
|
--ifm-global-shadow-lw: 0 1px 2px 0 #541d5428;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero--primary {
|
||||||
|
--ifm-hero-background-color: transparent;
|
||||||
|
--ifm-hero-text-color: var(--ifm-font-color-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* For readability concerns, you should choose a lighter palette in dark mode. */
|
/* For readability concerns, you should choose a lighter palette in dark mode. */
|
||||||
@@ -31,3 +37,7 @@
|
|||||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
||||||
--ifm-link-color: var(--ifm-color-primary-darker);
|
--ifm-link-color: var(--ifm-color-primary-darker);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hero {
|
||||||
|
border-bottom: 2px solid var(--ifm-color-primary-opaque-2);
|
||||||
|
}
|
Reference in New Issue
Block a user