profile + summerize
This commit is contained in:
@@ -342,6 +342,20 @@ textarea::placeholder {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.modalGlass {
|
||||
background: rgba(0, 0, 0, 0.436);
|
||||
background-blend-mode: multiply;
|
||||
|
||||
backdrop-filter: blur(7px);
|
||||
}
|
||||
.modalGlass2 {
|
||||
/* background: rgba(255, 255, 255, 0.502); */
|
||||
background-color: white;
|
||||
background-blend-mode: multiply;
|
||||
|
||||
/* backdrop-filter: blur(5px); */
|
||||
}
|
||||
|
||||
.modalGlass3 {
|
||||
background: rgba(62, 61, 61, 0.2);
|
||||
background-blend-mode: multiply;
|
||||
|
||||
Reference in New Issue
Block a user