Skip to content

Commit

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

- (Maintenance) Update styling so templates and broken links are legible in dark theme once again

# 2.3.5

- (Refinement) Added a new section in settings related to customizing other modules. The section only shows if you have a module with supported customizations active.
Expand Down
21 changes: 11 additions & 10 deletions sass/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ a.content-link,
[data-pf2-check],
a.entity-link,
[data-pf2-action],
[data-pf2-effect-area],
a.inline-roll {
text-shadow: none !important;
}

a.content-link,
[data-pf2-check],
a.entity-link,
[data-pf2-action],
[data-pf2-effect-area],
span[data-pf2-effect-area],
a.inline-check .label,
a.inline-roll:not(.inline-result) {
font-weight: 400;
color: black;
text-shadow: none !important;
}

.dorako-ui.dark-theme {
a.content-link.broken {
background: rgba(255, 0, 0, 0.5);
color: white;
}
}

.dorako-ui.message.chat-message.dark-theme a.inline-roll {
Expand All @@ -27,6 +27,7 @@ a.inline-roll:not(.inline-result) {

i[data-pf2-repost] {
top: 0px;
cursor: pointer;
}

// system uses 500, which makes it hard to tell whether something is bolded
Expand Down
3 changes: 1 addition & 2 deletions sass/pf2e/_effects-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,9 @@
transform: scale(0.8);
// prettier-ignore
box-shadow:
0 0 10px 3px var(--tertiary),
0 0 0 1px var(--tertiary),
0 0 0 2px var(--gold-brown),
0 0 5px rgba(0, 0, 0, 0.8);
0 0 10px 3px var(--tertiary);
}

.expired {
Expand Down
21 changes: 10 additions & 11 deletions styles/dorako-ui.css

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

2 changes: 1 addition & 1 deletion styles/dorako-ui.css.map

Large diffs are not rendered by default.

0 comments on commit c9d13f3

Please sign in to comment.