backup
This commit is contained in:
@@ -29,7 +29,7 @@ const windows = Windows();
|
||||
}
|
||||
|
||||
.window-wrapper {
|
||||
background-color: var(--window-background);
|
||||
background-color: var(--color-window-background);
|
||||
|
||||
/* backdrop-filter: blur(10px); */
|
||||
position: fixed;
|
||||
@@ -37,6 +37,15 @@ const windows = Windows();
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
align-items: center;
|
||||
|
||||
border: solid 1px var(--color-window-border);
|
||||
|
||||
/* opacity: 0; */
|
||||
user-select: none;
|
||||
-webkit-box-shadow: 0px 0px 10px -2px var(--color-window-shadow);
|
||||
-moz-box-shadow: 0px 0px 10px -2px var(--color-window-shadow);
|
||||
box-shadow: 0px 0px 10px -2px var(--color-window-shadow);
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user