This commit is contained in:
CF 2022-07-30 11:29:22 +00:00 committed by #deCloudflare
parent 8eed2e4a0f
commit 31fe3c6185

View File

@ -1,26 +1,46 @@
table { body {
border-collapse: collapse; font-family: sans-serif
} }
table > thead th { a:not(:hover) {
border: 1px solid black; text-decoration: none
border-bottom: 2px solid black; }
thead {
background: #fafafa
}
details:not([open]) summary>h3 {
text-decoration: underline
}
details summary {
cursor: pointer
}
table {
border-collapse: collapse;
}
table>thead th {
border: 1px solid black;
border-bottom: 2px solid black;
} }
td { td {
border: 1px solid black; border: 1px solid black;
padding: 0.8em; padding: 0.8em;
} }
img { img {
max-width: 100%; max-width: 100%;
} }
summary > * { summary>* {
/* /*
* Make summary display on the same line, instead of * Make summary display on the same line, instead of
* splitting into multiple lines * splitting into multiple lines
*/ */
display: inline-flex; display: inline-flex;
} }