Skip to content

Commit

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

- (Refinement) Adjust toggle-traits in Kingdom sheet to be blue to be consistent with general Dorako UI UX pattern.
- (Fix) Fixed a heading that was illegible in dark theme Kingdom sheets.

# 2.8.1

- (New) Add dark-theme support for Kingdom sheet.
Expand Down
13 changes: 12 additions & 1 deletion sass/pf2e/_kingdom-sheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,24 @@
}
}

.dorako-ui.kingdom.sheet {
.tab.active[data-tab="activities"] .actions h3.header .filters .choice {
background-color: var(--secondary);
opacity: unset;
&.active {
background-color: var(--secondary-light);
}
}
}

.dorako-ui.dark-theme.sheet.kingdom {
--alt-dark: var(--tertiary-dark);
--color-border-divider: var(--tertiary);
// --paper-bg: rgba(255, 255, 255, 0.1);
--paper-bg: rgba(120, 100, 82, 0.3);
--drop-shadow: var(--gold-and-glow);
// --drop-shadow: var(--gold-and-glow);
--drop-shadow: 0 0 0 1px var(--gold-brown), 0 0 0 1px var(--tertiary) inset, inset 0 0 3px rgba(255, 255, 255, 0.5);
--color-text-dark-input: var(--color-text-light-highlight);

.proficiency[data-rank="4"],
.proficiency option[value="4"] {
Expand Down
10 changes: 9 additions & 1 deletion 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 3cd0f45

Please sign in to comment.