From 059224e2690004b7a23680fe67da8784b16b763a Mon Sep 17 00:00:00 2001 From: Aaron Fenyes Date: Mon, 9 Jun 2025 22:21:34 -0700 Subject: [PATCH] Put a border around the loss history chart --- app-proto/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app-proto/main.css b/app-proto/main.css index 8b96942..14276dd 100644 --- a/app-proto/main.css +++ b/app-proto/main.css @@ -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; }