Skip to content

Commit 00b0cb6

Browse files
update title styles
1 parent 04119cc commit 00b0cb6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • packages/webgal/public/game/template/UI/Title

packages/webgal/public/game/template/UI/Title/title.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
text-shadow: none;
3737

3838
&:hover {
39-
transform: translate3d(0, -3px, 0) scale(1.02);
39+
transform: translate3d(0, -3px, 0) scale(1.01);
4040
padding: 0.7em 0;
41-
filter: drop-shadow(0 10px 16px rgba(6, 10, 18, 0.12))
42-
drop-shadow(0 5px 8px rgba(6, 10, 18, 0.07))
43-
drop-shadow(1px 1px 0 rgba(6, 10, 18, 0.05));
41+
text-shadow: none;
42+
filter: drop-shadow(0 6px 8px rgba(6, 10, 18, 0.06))
43+
drop-shadow(0 3px 4px rgba(6, 10, 18, 0.04));
4444
}
4545
}
4646

@@ -72,8 +72,8 @@
7272
-webkit-text-fill-color: #ffffff;
7373
z-index: 2;
7474
text-shadow:
75-
0 3px 10px rgba(7, 12, 20, 0.22),
76-
0 1px 3px rgba(7, 12, 20, 0.16);
75+
0 2px 6px rgba(7, 12, 20, 0.15),
76+
0 1px 2px rgba(7, 12, 20, 0.1);
7777
}
7878

7979
.Title_button_text_inner {

0 commit comments

Comments
 (0)