We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae8eb8 commit 3dda9c9Copy full SHA for 3dda9c9
llmstack/client/src/components/apps/renderer/LayoutRenderer.css
@@ -10,6 +10,11 @@
10
padding: 8px 0;
11
}
12
13
+.layout-workflow-output a {
14
+ color: #2382cb;
15
+ text-decoration: underline;
16
+}
17
+
18
.layout-chat_message_from_app {
19
font-family: "Lato", sans-serif;
20
font-size: 16px;
@@ -58,7 +63,7 @@
58
63
59
64
60
65
.layout-chat_message_from_user a {
61
- color: #fff;
66
+ color: #bcd2fc !important;
62
67
text-decoration: none;
68
69
@@ -76,6 +81,11 @@
76
81
transition: max-height 0.5s ease-in-out;
77
82
78
83
84
+.layout-chat-container a {
85
86
87
88
79
89
.layout-chat-container h1 {
80
90
margin: 16px 0;
91
font-size: 24px;
0 commit comments