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

View File

@ -1,3 +1,23 @@
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 {
border-collapse: collapse;
}