Skip to content

Commit c2c3f94

Browse files
authored
Merge pull request #410 from EarthyScience/la/fix_2d_vars
fix 2d vars
2 parents 2885d32 + ce1ccdf commit c2c3f94

File tree

3 files changed

+272
-234
lines changed

3 files changed

+272
-234
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"packageManager": "pnpm@10.11.1",
3636
"scripts": {
3737
"prChecks": "pnpm lint && pnpm buildRepo",
38-
"dev": "next dev --turbopack",
38+
"dev": "next dev",
3939
"buildRepo": "pnpm rmBuild && pnpm build",
4040
"rmBuild": "pnpm -r exec rm -rf out",
4141
"build": "next build",

src/app/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
--glass-bg: rgba(255, 255, 255, 0.15);
8282
--glass-border: rgba(255, 255, 255, 0.25);
8383
--glass-shadow: rgba(0, 0, 0, 0.15);
84-
--play-background: rgb(175, 175, 175);
84+
--play-background: rgba(200, 200, 200, 0.8);
8585
}
8686

8787
/* Dark Theme */
@@ -138,7 +138,7 @@
138138
--glass-bg: rgba(0, 0, 0, 0.2);
139139
--glass-border: rgba(255, 255, 255, 0.1);
140140
--glass-shadow: rgba(0, 0, 0, 0.3);
141-
--play-background: hsla(0, 0%, 51%, 1);
141+
--play-background: rgba(200, 200, 200, 0.8);
142142
}
143143

144144
@layer utilities {

0 commit comments

Comments
 (0)