Skip to content

Commit

Permalink
Merge pull request #56 from Vesselchuck/main
Browse files Browse the repository at this point in the history
Few fixes to text color
  • Loading branch information
Dorako authored May 23, 2022
2 parents 35a6b4f + c11b381 commit 2cd0cc8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion styles/pc-sheet-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,9 @@

[data-pf2-check],
a.entity-link,
a.inline-roll {
a.inline-roll,
[data-pf2-action],
[data-pf2-effect-area] {
color: black;
}

Expand Down Expand Up @@ -557,4 +559,9 @@ a.inline-roll {
}
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.inventory.item-container .item-name .xdy-pf2e-workbench-rarity-unique:hover {
text-shadow: 1px 0 0 var(--nethys-unique), -1px 0 0 var(--nethys-unique), 0 1px 0 var(--nethys-unique), 0 -1px 0 var(--nethys-unique), 1px 1px var(--nethys-unique), -1px -1px 0 var(--nethys-unique), 1px -1px 0 var(--nethys-unique), -1px 1px 0 var(--nethys-unique);
}

.actor.sheet .crb-style .sheet-body .sheet-content .tab.actions .actions-container .actions-tabs-wrapper .actions-panels ol.actions-list li.action .item-summary .framing, .actor.sheet .crb-style .sheet-body .sheet-content .tab.actions .actions-container .actions-tabs-wrapper .actions-panels ol.actions-list li.action .item-summary .title {
color: var(--tertiary-dark);
border-bottom: 1px solid var(--tertiary-dark);
}

0 comments on commit 2cd0cc8

Please sign in to comment.