Update Fallout PnP 4.css

This commit is contained in:
Emre Utku Pekel
2025-04-25 09:36:12 +03:00
committed by GitHub
parent c77b64ea6e
commit a7602918b1
+19 -4
View File
@@ -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;
}