Put a border around the loss history chart
This commit is contained in:
parent
e4725174e5
commit
059224e269
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ details[open]:has(li) .element-switch::after {
|
||||||
#loss-history {
|
#loss-history {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
background-color: var(--display-background);
|
background-color: var(--display-background);
|
||||||
|
border: 1px solid var(--border);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue