Skip to content

Commit

Permalink
3.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Dec 3, 2024
1 parent 4dcc76d commit da4ee9b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.7.10

- (Fix) Fixed an issue where the glass interface theme was too translucent.

# 3.7.9

- (Refinement) Added style support for the new dice tray provided by PF2e HUD.
Expand Down
6 changes: 5 additions & 1 deletion sass/ui-theme/themes/_crb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
--dui-input-focus-text-color: black;
--dui-input-focus-outline-color: var(--tertiary);
--dui-button-background: var(--glass-bg-light);
--app-background: var(--glass-bg-light);
--app-background: var(--glass-bg);
--app-border-color: transparent;
--app-border-width: 0px;
--app-backdrop-filter: blur(5px);
Expand All @@ -77,6 +77,10 @@
}
}

[data-chat-interface-theme^="crb"] #chat-log ~ * {
--app-background: var(--glass-bg-light);
}

[data-theme^="crb"] {
button {
--text-color-1: white;
Expand Down
6 changes: 5 additions & 1 deletion styles/dorako-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -13462,7 +13462,7 @@ nav#controls[data-theme] ol.control-tools > li.toggle:disabled {
--dui-input-focus-text-color: black;
--dui-input-focus-outline-color: var(--tertiary);
--dui-button-background: var(--glass-bg-light);
--app-background: var(--glass-bg-light);
--app-background: var(--glass-bg);
--app-border-color: transparent;
--app-border-width: 0px;
--app-backdrop-filter: blur(5px);
Expand All @@ -13477,6 +13477,10 @@ nav#controls[data-theme] ol.control-tools > li.toggle:disabled {
--dui-input-text-color: var(--text-color-2);
}

[data-chat-interface-theme^=crb] #chat-log ~ * {
--app-background: var(--glass-bg-light);
}

[data-theme^=crb] button {
--text-color-1: white;
--text-color-2: var(--color-text-light-highlight);
Expand Down
2 changes: 1 addition & 1 deletion styles/dorako-ui.css.map

Large diffs are not rendered by default.

0 comments on commit da4ee9b

Please sign in to comment.