Add style
This commit is contained in:
parent
c77944cf77
commit
2a5902ab7f
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