Skip to content

Commit

Permalink
fix phosphor text color
Browse files Browse the repository at this point in the history
  • Loading branch information
jendave committed Oct 3, 2024
1 parent 341bb28 commit b5a84f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.1.5](https://github.com/jendave/token-note-hover/commits/main) (2024-10-02)

* Fix bug with `Phosphor` theme text color.

## [2.1.5](https://github.com/jendave/token-note-hover/commits/main) (2024-09-29)

* Added support for [Ironsworn/Starforged](https://foundryvtt.com/packages/foundry-ironsworn) `Oceanic` theme.
Expand Down
4 changes: 2 additions & 2 deletions src/styles/jquery.powertip-phosphor.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
cursor: default;
background-color: #333;
background-color: rgba(0, 0, 0, 0.8);
border: 1px solid var(#52e0e0);
border: 1px solid var(--ironsworn-color-light);
border-radius: 6px;
color: var(#52e0e0);
color: var(--ironsworn-color-light);
display: none;
padding: 10px;
position: absolute;
Expand Down

0 comments on commit b5a84f8

Please sign in to comment.