styling
This commit is contained in:
parent
a89522e831
commit
c170d86860
@ -3,6 +3,32 @@
|
|||||||
src: url('./DMSerifDisplay.ttf') format('truetype');
|
src: url('./DMSerifDisplay.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--vp-c-brand-1: #d78513;
|
||||||
|
--vp-c-brand-2: #c67c14;
|
||||||
|
--vp-c-brand-3: #be7713;
|
||||||
|
--vp-custom-block-info-bg: rgba(246, 147, 7, 0.1);
|
||||||
|
--vp-custom-block-info-border: rgba(246, 147, 7, 0.65);
|
||||||
|
--vp-nav-bg-color: var(--vp-sidebar-bg-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.VPNavBar {
|
||||||
|
background-color: var(--vp-nav-bg-color) !important;
|
||||||
|
}
|
||||||
|
.VPNavBar .title {
|
||||||
|
background: #e48d13 !important;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.VPNav .divider {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 960px) {
|
||||||
|
.VPNavBar {
|
||||||
|
background-color: #e48d13 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.vp-doc {
|
.vp-doc {
|
||||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user