mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-04-15 07:36:58 -04:00
commit
This commit is contained in:
parent
8eed2e4a0f
commit
31fe3c6185
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user