Compare commits
3 commits
1af4533e69
...
ba61b0f15e
| Author | SHA1 | Date | |
|---|---|---|---|
| ba61b0f15e | |||
| 2a5902ab7f | |||
| c77944cf77 |
1 changed files with 14 additions and 0 deletions
|
|
@ -14,3 +14,17 @@ body {
|
|||
width: 100%;
|
||||
background-color: papayawhip;
|
||||
}
|
||||
|
||||
summary {
|
||||
background: limegreen;
|
||||
padding: 2px 5px 7px;
|
||||
}
|
||||
|
||||
summary:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
details[open] {
|
||||
background: lightgreen;
|
||||
padding: 0 0 5px;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue