Put a border around the loss history chart

This commit is contained in:
Aaron Fenyes 2025-06-09 22:21:34 -07:00
parent e4725174e5
commit 059224e269

View file

@ -201,6 +201,7 @@ details[open]:has(li) .element-switch::after {
#loss-history {
margin-top: 10px;
background-color: var(--display-background);
border: 1px solid var(--border);
border-radius: 8px;
}