Skip to content

Commit

Permalink
[#4939] Fix dark mode styling for narrative journal blocks
Browse files Browse the repository at this point in the history
Closes #4939
  • Loading branch information
arbron committed Dec 29, 2024
1 parent 0d6f2b6 commit 4fcf0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/v2/dark/journal.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

.roll-link > i.fa-dice-d20, a.inline-roll > i.fa-dice-d20 { filter: invert(1); }

.fvtt:is(.quest, .advice) { background: var(--dnd5e-color-blue-gray-4); }
.fvtt:is(.advice, .narrative, .quest) { background: var(--dnd5e-color-blue-gray-4); }

aside.notable {
border-color: #212121;
Expand Down

0 comments on commit 4fcf0d4

Please sign in to comment.