Starting implementation of user made custom CSS templates
This commit is contained in:
12
static/css/overlay-base.css
Normal file
12
static/css/overlay-base.css
Normal file
@@ -0,0 +1,12 @@
|
||||
body {
|
||||
background-color: transparent;
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-size: 16px;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.chat-container {
|
||||
padding: 10px;
|
||||
height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user