1
0
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:
Jordan Scales
2020-04-20 14:52:33 -04:00
parent d12341bae0
commit 194f4c6b32
3 changed files with 55 additions and 7 deletions

View File

@@ -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;
}