mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Updated to 'light' theme
This commit is contained in:
parent
2db1090f47
commit
b1994f89df
@ -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;
|
||||
}
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user