We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4f842 commit 4843382Copy full SHA for 4843382
dist/images/favicon.png
45.4 KB
dist/index.html
@@ -7,6 +7,12 @@
7
8
<link rel="stylesheet" href="./bundle/index.css" />
9
10
+ <link
11
+ rel="shortcut icon"
12
+ href="./images/favicon.png"
13
+ type="image/png"
14
+ />
15
+
16
<script src="./bundle/index.js" async defer></script>
17
</head>
18
<body>
src/index.css
@@ -75,6 +75,7 @@ button {
75
height: 100%;
76
z-index: -1;
77
overflow: hidden;
78
+ opacity: 0.15;
79
}
80
81
.orb {
@@ -85,7 +86,7 @@ button {
85
86
border-radius: 100%;
87
background-color: var(--orb-color, crimson);
88
- filter: opacity(0.25) blur(20em);
89
+ filter: blur(20em);
90
91
92
.orb-red {
0 commit comments