Skip to content

Commit 13557ac

Browse files
committed
Use rgba
1 parent a987abc commit 13557ac

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/three": "0.161.2",
1515
"@typescript-eslint/eslint-plugin": "^6.2.1",
1616
"@typescript-eslint/parser": "^6.2.1",
17-
"copy-webpack-plugin": "11.0.0",
17+
"copy-webpack-plugin": "^11.0.0",
1818
"css-loader": "^6.7.2",
1919
"eslint": "^8.46.0",
2020
"html-webpack-plugin": "^5.5.0",

src/index.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:root {
2-
--primary-color: rgb(7, 7, 237, 1);
3-
--primary-color-fade1: rgb(7, 7, 237, 0.1);
4-
--primary-color-fade2: rgb(7, 7, 237, 0.25);
2+
--primary-color: rgba(7, 7, 237, 1);
3+
--primary-color-fade1: rgba(7, 7, 237, 0.1);
4+
--primary-color-fade2: rgba(7, 7, 237, 0.25);
55
}
66

77
html,

0 commit comments

Comments
 (0)