You've already forked 98.css
mirror of
https://github.com/jdan/98.css.git
synced 2026-05-05 06:01:22 +09:00
checkboxes and some tweaks to the docs
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user