mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Use landing page background colors on other pages (#310)
Co-authored-by: mahula <lenzmath@posteo.de>
This commit is contained in:
parent
7c1b7cfe9e
commit
42af186ce0
@ -8,6 +8,10 @@
|
|||||||
--highlight-color-light: #a5e3f7;
|
--highlight-color-light: #a5e3f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#app {
|
||||||
|
--navbar-c-bg: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: 'Montserrat', sans-serif !important;
|
font-family: 'Montserrat', sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|||||||
4
docs/.vuepress/styles/palette.scss
Normal file
4
docs/.vuepress/styles/palette.scss
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
$vp-c-bg: (
|
||||||
|
light: #fff,
|
||||||
|
dark: #101828,
|
||||||
|
);
|
||||||
Loading…
x
Reference in New Issue
Block a user