No longer transparent
This commit is contained in:
parent
4e01a2497c
commit
ae576d6ca9
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
#card {
|
#card {
|
||||||
background-color: rgba(20, 5, 90, 0.5);
|
background-color: rgba(25, 0, 70, 1);
|
||||||
/* backdrop-filter: blur(5px); */
|
/* backdrop-filter: blur(5px); */
|
||||||
}
|
}
|
||||||
.magicStuff {
|
.magicStuff {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
#card {
|
#card {
|
||||||
background-color: rgba(50, 0, 90, 0.5);
|
background-color: rgba(25, 0, 70, 1);
|
||||||
/* backdrop-filter: blur(5px); */
|
/* backdrop-filter: blur(5px); */
|
||||||
}
|
}
|
||||||
.rainStuff {
|
.rainStuff {
|
||||||
|
|
Loading…
Reference in a new issue