mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
css is homofobic
This commit is contained in:
parent
3e0af4d807
commit
13b34adc6b
1 changed files with 5 additions and 5 deletions
|
@ -100,7 +100,7 @@
|
|||
border-radius: 10px;
|
||||
}
|
||||
|
||||
@media (min-width: 1080px) {
|
||||
@media (min-width: 1079px) {
|
||||
.popup {
|
||||
background-color: #241c1cab;
|
||||
backdrop-filter: blur(31px);
|
||||
|
@ -2296,25 +2296,25 @@ window.addEventListener("unload", cleanup)
|
|||
filter: blur(90px); /* its the default blur lol */
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
@media (min-width: 767px) {
|
||||
.ambient-canvas {
|
||||
filter: blur(110px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1080px) {
|
||||
@media (min-width: 1079px) {
|
||||
.ambient-canvas {
|
||||
filter: blur(120px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1440px) {
|
||||
@media (min-width: 1439px) {
|
||||
.ambient-canvas {
|
||||
filter: blur(150px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 2160px) {
|
||||
@media (min-width: 2159px) {
|
||||
.ambient-canvas {
|
||||
filter: blur(200px);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue