Skip to content

Commit

Permalink
2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Sep 27, 2023
1 parent c26dfa6 commit 7c3af8a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.7.3

- (Fix) Fixed an issue where the glassy theme would use dark backgrounds even in light mode.

# 2.7.2

- (Fix) Exclude Journal Improvements sheets from dark-theme.
Expand Down
4 changes: 3 additions & 1 deletion sass/foundry/_application-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,13 @@
}
}

.nerd-details input:disabled,
&.token-sheet .form-group.children-disabled .range-value,
input[type="range"] + .range-value {
@include glass;
padding: 0px 4px;
background-color: rgba(0, 0, 0, 0.8);
color: var(--color-text-light-heading);
color: var(--color-text-light-primary);
}

input[type="checkbox"],
Expand Down
2 changes: 1 addition & 1 deletion sass/pf2e/_npc-sheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
@include gold-border;
border-radius: 3px;
margin: 5px;
background: var(--sheet-dark);
background: var(--sheet);
background-size: cover;
}
}
Expand Down
7 changes: 4 additions & 3 deletions styles/dorako-ui.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7c3af8a

Please sign in to comment.