deCloudflare/tool/md2html/style.css

46 lines
551 B
CSS
Raw Normal View History

2022-07-30 07:29:22 -04:00
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 {
2022-07-30 07:29:22 -04:00
border-collapse: collapse;
}
2022-07-30 07:29:22 -04:00
table>thead th {
border: 1px solid black;
border-bottom: 2px solid black;
}
td {
2022-07-30 07:29:22 -04:00
border: 1px solid black;
padding: 0.8em;
}
img {
2022-07-30 07:29:22 -04:00
max-width: 100%;
}
2022-07-30 07:29:22 -04:00
summary>* {
/*
* Make summary display on the same line, instead of
* splitting into multiple lines
*/
2022-07-30 07:29:22 -04:00
display: inline-flex;
}