mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add bg-blur helper
This commit is contained in:
parent
c61ecc9a79
commit
a85902a18f
1 changed files with 5 additions and 0 deletions
|
|
@ -84,3 +84,8 @@
|
|||
/* inset 8rem 8rem 8rem rgba(0, 0, 0, 0.05),
|
||||
inset -8rem -8rem 8rem rgba(255, 255, 255, 0.05); */
|
||||
}
|
||||
|
||||
.bg-blur,
|
||||
.hover\:bg-blur:hover {
|
||||
backdrop-filter: blur(15px);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue