We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3972ac4 commit 6278d93Copy full SHA for 6278d93
src/pages/index.module.css
@@ -14,7 +14,7 @@
14
}
15
16
[data-theme="dark"] .bg {
17
- background-image: radial-gradient(circle, #824614 , #4c0a56 );
+ background: linear-gradient(to top left, rgba(232, 31, 111, 0.6), rgba(255, 165, 0, 0.3));
18
height: 800px;
19
width: 800px;
20
position: absolute;
0 commit comments