mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
Add blur to hero image
This commit is contained in:
parent
fc57a7d331
commit
a742ab2854
|
|
@ -25,3 +25,10 @@ features:
|
|||
- title: Easy to implement
|
||||
details: The protocol is simple to implement, and can be used with any language
|
||||
---
|
||||
|
||||
<style>
|
||||
:root {
|
||||
--vp-home-hero-image-background-image: linear-gradient(to top right, rgb(249, 168, 212), rgb(216, 180, 254), rgb(129, 140, 248));
|
||||
--vp-home-hero-image-filter: blur(168px);
|
||||
}
|
||||
</style>
|
||||
Loading…
Reference in a new issue