Updated to 'light' theme

This commit is contained in:
John Wellbelove 2026-03-21 08:50:32 +00:00
parent 2db1090f47
commit b1994f89df
2 changed files with 1 additions and 29 deletions

View File

@ -116,32 +116,4 @@ html body p {
background-color: white !important;
}
/* The list itself */
ul {
list-style-type: disc; /* bullet style: disc | circle | square | none */
padding-left: 1.5rem; /* indent from the left */
margin: 1rem 0; /* vertical spacing around the list */
line-height: 1.6; /* breathing room between lines */
}
/* Each list item */
ul li {
margin-bottom: 0.5rem; /* space between items */
color: grey;
}
/* The bold labels */
ul li strong {
font-weight: 600;
color: #111; /* slightly darker than body text */
}
/* The inline code snippets */
ul li code {
font-family: Consolas, monospace;
font-size: 1rem;
background-color: #e7e7e7;
color: black;
padding: 0.1em 0.35em;
border: none;
}

View File

@ -23,7 +23,7 @@ enableGitInfo = true
[params]
# (Optional, default light) Sets color theme: light, dark or auto.
# Theme 'auto' switches between dark and light modes based on browser/os preferences
BookTheme = 'dark'
BookTheme = 'light'
# (Optional, default true) Controls table of contents visibility on right side of pages.
# Start and end levels can be controlled with markup.tableOfContents setting.