mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Update Fallout PnP 4.css
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user