First session of vibe coding the UI
This commit is contained in:
20
src/main/resources/net/metaunix/openwebfx/style.css
Normal file
20
src/main/resources/net/metaunix/openwebfx/style.css
Normal file
@@ -0,0 +1,20 @@
|
||||
/* Backgrounds */
|
||||
.root, #chatContainer, #conversationListContainer, #bottomControls {
|
||||
-fx-background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.text-area, #chatListView, #conversationList {
|
||||
-fx-background-color: #ffffff;
|
||||
-fx-text-fill: black;
|
||||
}
|
||||
|
||||
/* Title color */
|
||||
.app-title {
|
||||
-fx-text-fill: black;
|
||||
}
|
||||
|
||||
/* Send button - green */
|
||||
.send-button {
|
||||
-fx-background-color: #10b981; /* nice green */
|
||||
-fx-text-fill: white;
|
||||
}
|
||||
Reference in New Issue
Block a user