update styles

This commit is contained in:
Adrien MALINGREY 2023-06-15 01:20:23 +02:00
parent 36cba9b6ef
commit 4cee98ff49
4 changed files with 17 additions and 2 deletions

View File

@ -1,5 +1,5 @@
body {
background-image: url("electro/bg.png");
background-image: url("electro/bg.jpg");
background-size: cover;
}
@ -14,7 +14,6 @@ body {
}
}
.mino {
background-image: radial-gradient(
farthest-corner at 4px 6px,

BIN
css/electro/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 KiB

View File

@ -1,3 +1,19 @@
body {
background-image: url("pop/bg.png");
background-size: cover;
}
.card {
background-color: rgba(37, 41, 45, 50%);
}
@supports (backdrop-filter: blur()) {
.card {
background-color: rgba(33, 37, 41, 20%);
backdrop-filter: blur(3px);
}
}
.mino {
background: rgba(255, 255, 255, 10%);
border: 5px solid;

View File

Before

Width:  |  Height:  |  Size: 444 KiB

After

Width:  |  Height:  |  Size: 444 KiB