Remove blur
This commit is contained in:
parent
72c7d306d8
commit
21fbd54b77
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
#card {
|
#card {
|
||||||
background-color: rgba(20, 5, 90, 0.5);
|
background-color: rgba(20, 5, 90, 0.5);
|
||||||
backdrop-filter: blur(5px);
|
/* backdrop-filter: blur(5px); */
|
||||||
}
|
}
|
||||||
.magicStuff {
|
.magicStuff {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
#card {
|
#card {
|
||||||
background-color: rgba(50, 0, 90, 0.5);
|
background-color: rgba(50, 0, 90, 0.5);
|
||||||
backdrop-filter: blur(5px);
|
/* backdrop-filter: blur(5px); */
|
||||||
}
|
}
|
||||||
.rainStuff {
|
.rainStuff {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
|
Loading…
Reference in a new issue