Adjust style

Make shadow a bit pinchier in dark mode.
This commit is contained in:
Alexander Wainwright
2025-12-18 20:31:42 +10:00
parent 5c674a2f3d
commit 875e29841f

View File

@@ -588,7 +588,7 @@ input[type="radio"]:focus {
background: #000000;
border: 1px solid #ffffff;
box-shadow: 10px 10px 0px 0px #aaa;
box-shadow: 10px 10px 0px 0px #ddd;
}
/* 5. QR CONTAINER: Dark to match the theme */