Skip to content

Commit

Permalink
Merge pull request Roll20#12512 from nesuprachy/Draci-doupe-II
Browse files Browse the repository at this point in the history
Draci doupe II – small style fix
  • Loading branch information
BronsonHall authored Jan 24, 2024
2 parents 1a1c005 + 461dc76 commit 75a5c27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Draci doupe II/DrD2.css
Original file line number Diff line number Diff line change
Expand Up @@ -884,8 +884,8 @@ input[name="attr_companion_bond_current"] {
align-items: center;
color: #0007;
}
.drd-row:hover,
.drd-ordered:hover {
.drd-pc-character-block4 .drd-row:hover,
.drd-pc-character-block4 .drd-ordered:hover {
color: #9b3f2b;
}
.ui-dialog .charsheet .drd-row input.drd-profession-level {
Expand All @@ -897,7 +897,7 @@ input[name="attr_companion_bond_current"] {
justify-self: center;
align-self: center;
}
.drd-ordered {
.drd-pc-character-block4 .drd-ordered {
order: 1;
font-weight: bold;
font-style: normal;
Expand Down Expand Up @@ -1543,8 +1543,8 @@ body.sheet-darkmode .ui-dialog .charsheet input[name="attr_companion_bond_curren
body.sheet-darkmode .drd-row {
color: #ddd7;
}
body.sheet-darkmode .drd-row:hover,
body.sheet-darkmode .drd-ordered:hover {
body.sheet-darkmode .drd-pc-character-block4 .drd-row:hover,
body.sheet-darkmode .drd-pc-character-block4 .drd-ordered:hover {
color: #9b3f2b;
}
body.sheet-darkmode .drd-ordered {
Expand Down

0 comments on commit 75a5c27

Please sign in to comment.