From f2eb2fe6b2dca9842f9d1241c0cbabf40ea6e7eb Mon Sep 17 00:00:00 2001
From: William Barker <87542055+WilliamBarkerCoC@users.noreply.github.com>
Date: Wed, 8 Apr 2026 21:34:29 -0400
Subject: [PATCH] [Doctor Who 2e] Bugfix: Dark Mode and input border radius
User requested fix for Dark Mode issues with textareas and selects. While in the code, problems with border-radius were noticed and corrected.
---
Doctor Who 2e/DoctorWho2e.css | 2 +-
Doctor Who 2e/DoctorWho2e.html | 90 +++++++++++++++++-----------------
2 files changed, 46 insertions(+), 46 deletions(-)
diff --git a/Doctor Who 2e/DoctorWho2e.css b/Doctor Who 2e/DoctorWho2e.css
index 98e538675c..b0871833a1 100644
--- a/Doctor Who 2e/DoctorWho2e.css
+++ b/Doctor Who 2e/DoctorWho2e.css
@@ -4,7 +4,7 @@
opacity: 1.0;
min-width: 822px;
max-width: 826px;
- height: 1300px;
+ height: 1320px;
}
.sheet-clipPhoto {
diff --git a/Doctor Who 2e/DoctorWho2e.html b/Doctor Who 2e/DoctorWho2e.html
index ae0ecdf901..9f4000c2fd 100644
--- a/Doctor Who 2e/DoctorWho2e.html
+++ b/Doctor Who 2e/DoctorWho2e.html
@@ -31,23 +31,23 @@