bookmarklets page, apps, info/credits, other misc
This commit is contained in:
@ -138,11 +138,12 @@ input[type=text]::placeholder, input[type=password]::placeholder {
|
||||
transform: translate(-50%, -50%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: var(--color-3);
|
||||
background-color: color-mix(in srgb, var(--color-2) 70%, #00000000 30%);
|
||||
border-radius: 10px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
box-shadow: 0px 0px 5px 5px var(--color-3);
|
||||
backdrop-filter: blur(2px);
|
||||
box-shadow: 0 0 10px var(--color-2);
|
||||
}
|
||||
#popup input {
|
||||
width: 90%;
|
||||
|
Reference in New Issue
Block a user