WIP: Use slightly faded colors
01-env build environment Details
02-git-checkout git checkout Details
03-hugo-version hugo version Details
04-hugo-build hugo build Details
05-preview website preview Details

Colors copied from the readthedocs sphinx theme.
This commit is contained in:
Fabian Bläse 2023-03-01 23:13:04 +01:00
parent 6b56b1a9a9
commit cde428f008
1 changed files with 7 additions and 0 deletions

View File

@ -7,10 +7,12 @@ html {
min-height: 100vh;
padding-left: 2rem;
padding-right: 2rem;
background-color: #fcfcfc;
}
.book-menu .book-menu-content {
padding-right: 1.5rem;
background: inherit;
}
.book-toc .book-toc-content {
@ -37,6 +39,11 @@ html {
max-width: 90rem;
}
body {
color: #404040;
background-color: rgba(0,0,0,.05);
}
summary:focus {
outline: none;
}