update styles
This commit is contained in:
parent
36cba9b6ef
commit
4cee98ff49
@ -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
BIN
css/electro/bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 456 KiB |
16
css/pop.css
16
css/pop.css
@ -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;
|
||||
|
Before Width: | Height: | Size: 444 KiB After Width: | Height: | Size: 444 KiB |
Loading…
x
Reference in New Issue
Block a user