From a7602918b1958b20602b02f46b74f3252f014d6d Mon Sep 17 00:00:00 2001 From: Emre Utku Pekel <114821407+RahlSilver@users.noreply.github.com> Date: Fri, 25 Apr 2025 09:36:12 +0300 Subject: [PATCH] Update Fallout PnP 4.css --- Fallout PnP 4.0/Fallout PnP 4.css | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/Fallout PnP 4.0/Fallout PnP 4.css b/Fallout PnP 4.0/Fallout PnP 4.css index 53fe7e7680..070a413cd2 100644 --- a/Fallout PnP 4.0/Fallout PnP 4.css +++ b/Fallout PnP 4.0/Fallout PnP 4.css @@ -132,11 +132,12 @@ input.sheet-arrow[type="checkbox"]:checked + span::before { h5 { color: #89E799; font-weight: bold; + text-align: center; } th { - text-shadow: 0px 0px 10px black; - color: black; + color: inherit; + text-shadow: none; } h4, h3 { @@ -152,7 +153,20 @@ h4, h3 { h2 { text-shadow: 0px 0px 20px black; - color: black; + color: #89E799; +} + +.sheet-special-header { + color: #89E799 !important; + text-shadow: none; + text-align: center; + font-weight: bold; +} + +.sheet-special-subheader { + color: #89E799 !important; + font-weight: bold; + text-align: center; } .sheet-center { @@ -186,7 +200,8 @@ table.sheet-center { box-shadow: 0 0 5px 3px #114C12; } -table.sheet-center td, th { +table.sheet-center td, +table.sheet-center th { padding: 5px; }