mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
update styling
This commit is contained in:
parent
f42ba0d603
commit
0120f4f5a3
3 changed files with 10 additions and 11 deletions
|
@ -69,7 +69,7 @@ const config = {
|
||||||
//title: 'Documentation',
|
//title: 'Documentation',
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'Web3Privacy Now',
|
alt: 'Web3Privacy Now',
|
||||||
src: 'img/logo.svg',
|
src: 'img/logo.png',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
/* You can override the default Infima variables here. */
|
/* You can override the default Infima variables here. */
|
||||||
:root {
|
:root {
|
||||||
--ifm-color-primary: #2e8555;
|
--ifm-color-primary: black;
|
||||||
--ifm-color-primary-dark: #29784c;
|
--ifm-color-primary-dark: #29784c;
|
||||||
--ifm-color-primary-darker: #277148;
|
--ifm-color-primary-darker: #277148;
|
||||||
--ifm-color-primary-darkest: #205d3b;
|
--ifm-color-primary-darkest: #205d3b;
|
||||||
|
@ -19,12 +19,11 @@
|
||||||
|
|
||||||
/* For readability concerns, you should choose a lighter palette in dark mode. */
|
/* For readability concerns, you should choose a lighter palette in dark mode. */
|
||||||
[data-theme='dark'] {
|
[data-theme='dark'] {
|
||||||
--ifm-color-primary: #25c2a0;
|
--ifm-color-primary: #ffffff;
|
||||||
--ifm-color-primary-dark: #21af90;
|
--ifm-color-primary-dark: #e6e6e6;
|
||||||
--ifm-color-primary-darker: #1fa588;
|
--ifm-color-primary-darker: #d9d9d9;
|
||||||
--ifm-color-primary-darkest: #1a8870;
|
--ifm-color-primary-darkest: #b3b3b3;
|
||||||
--ifm-color-primary-light: #29d5b0;
|
--ifm-color-primary-light: #ffffff;
|
||||||
--ifm-color-primary-lighter: #32d8b4;
|
--ifm-color-primary-lighter: #ffffff;
|
||||||
--ifm-color-primary-lightest: #4fddbf;
|
--ifm-color-primary-lightest: #ffffff;
|
||||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
|
||||||
}
|
}
|
BIN
static/img/logo.png
Normal file
BIN
static/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
Loading…
Reference in a new issue