mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-01-15 11:46:56 -05:00
commit
This commit is contained in:
parent
8eed2e4a0f
commit
31fe3c6185
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user