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

View File

@ -1,8 +1,28 @@
body {
font-family: sans-serif
}
a:not(:hover) {
text-decoration: none
}
thead {
background: #fafafa
}
details:not([open]) summary>h3 {
text-decoration: underline
}
details summary {
cursor: pointer
}
table { table {
border-collapse: collapse; border-collapse: collapse;
} }
table > thead th { table>thead th {
border: 1px solid black; border: 1px solid black;
border-bottom: 2px solid black; border-bottom: 2px solid black;
} }
@ -16,7 +36,7 @@ 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