update electro style

This commit is contained in:
Adrien MALINGREY 2023-06-14 20:34:21 +02:00
parent fa5c5fb33b
commit ec5ed9425e
2 changed files with 20 additions and 5 deletions

View File

@ -1,9 +1,24 @@
body {
background-image: url("french-touch/bg.jpg");
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-image: radial-gradient(
farthest-corner at 4px 6px,
rgba(204, 238, 247, 0.3) 0%,
rgba(106, 197, 220, 0.3) 100%
);
background-image: radial-gradient(farthest-corner at 4px 6px,
rgba(204, 238, 247, 0.3) 0%,
rgba(106, 197, 220, 0.3) 100%);
border: 1px solid rgba(127, 229, 255, 0.7);
border-radius: 0.3vmin;
box-shadow: -1px -1px 4px rgba(128, 128, 128, 25%),

BIN
css/electro/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 KiB