Initial commit
This commit is contained in:
23
ai-desktop-app/styles.css
Normal file
23
ai-desktop-app/styles.css
Normal file
@@ -0,0 +1,23 @@
|
||||
body {
|
||||
background-color: transparent !important;
|
||||
margin: 0;
|
||||
color: #f0f0f0;
|
||||
}
|
||||
|
||||
.window-shell {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
box-sizing: border-box;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.opaque-bg {
|
||||
background-color: #212121;
|
||||
}
|
||||
|
||||
.rounded-container {
|
||||
background-color: #212121;
|
||||
border-radius: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user