Skip to content

Commit

Permalink
Change color to example text color (#1158)
Browse files Browse the repository at this point in the history
Signed-off-by: koiyakiya <[email protected]>
  • Loading branch information
koiyakiya authored Jul 1, 2024
1 parent fafa196 commit f243608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/css/popup-preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ body {
transition: opacity var(--animation-duration) linear 0s, visibility 0s linear var(--animation-duration);
}
.placeholder-info.placeholder-info-visible {
color: var(--example-text-color);
visibility: visible;
opacity: 1;
transition: opacity var(--animation-duration) linear 0s, visibility 0s linear 0s;
Expand Down

0 comments on commit f243608

Please sign in to comment.