checkboxes and some tweaks to the docs
This commit is contained in:
parent
d12341bae0
commit
194f4c6b32
3 changed files with 55 additions and 7 deletions
12
style.css
12
style.css
|
|
@ -191,7 +191,7 @@ legend {
|
|||
}
|
||||
|
||||
label {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
|
@ -410,7 +410,7 @@ ul.treeview ul > li:last-child::after {
|
|||
background: var(--button-highlight);
|
||||
}
|
||||
|
||||
pre code {
|
||||
pre {
|
||||
display: block;
|
||||
background: var(--button-highlight);
|
||||
box-shadow: var(--border-field);
|
||||
|
|
@ -419,6 +419,14 @@ pre code {
|
|||
font-family: monospace;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
summary:focus {
|
||||
outline: 1px dotted #000000;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 16px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue