Skip to content

Commit

Permalink
fix: textbox style
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Oct 28, 2024
1 parent f6586c4 commit 07c8329
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/webgal/src/Stage/TextBox/textbox.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ $height: 330px;

.outer {
position: absolute;
left:0;
top:0;
white-space: nowrap;
//background-image: linear-gradient(rgba(255, 255, 255, 1) 0%, rgb(225, 237, 255) 100%);
background-image: linear-gradient(#0B346E 0%,
Expand All @@ -95,6 +97,8 @@ $height: 330px;
.inner {
white-space: nowrap;
position: absolute;
left:0;
top:0;
-webkit-text-stroke: 0.1em rgba(255, 255, 255, 1);
z-index: 1;
//text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
Expand Down

0 comments on commit 07c8329

Please sign in to comment.