Skip to content

Commit 9f026b2

Browse files
committed
docs: improve gradient
1 parent ccd98eb commit 9f026b2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/pages/index.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,12 @@ const providers = ['cloudflare', 'cloudimage', 'cloudinary', 'directus', 'edgio'
111111
<style scoped>
112112
.gradient {
113113
position: fixed;
114-
top: 10rem;
114+
top: 25vh;
115115
width: 100%;
116116
height: 30vh;
117117
background: radial-gradient(50% 50% at 50% 50%, #00DC82 0%, rgba(0, 220, 130, 0) 100%);
118118
filter: blur(180px);
119-
opacity: 0.5;
119+
opacity: 0.6;
120120
z-index: -1;
121-
animation: colorChange 5s infinite alternate;
122121
}
123122
</style>

0 commit comments

Comments
 (0)