Skip to content

Commit 3dda9c9

Browse files
committed
Update link styling in output
1 parent 9ae8eb8 commit 3dda9c9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

llmstack/client/src/components/apps/renderer/LayoutRenderer.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
padding: 8px 0;
1111
}
1212

13+
.layout-workflow-output a {
14+
color: #2382cb;
15+
text-decoration: underline;
16+
}
17+
1318
.layout-chat_message_from_app {
1419
font-family: "Lato", sans-serif;
1520
font-size: 16px;
@@ -58,7 +63,7 @@
5863
}
5964

6065
.layout-chat_message_from_user a {
61-
color: #fff;
66+
color: #bcd2fc !important;
6267
text-decoration: none;
6368
}
6469

@@ -76,6 +81,11 @@
7681
transition: max-height 0.5s ease-in-out;
7782
}
7883

84+
.layout-chat-container a {
85+
color: #2382cb;
86+
text-decoration: underline;
87+
}
88+
7989
.layout-chat-container h1 {
8090
margin: 16px 0;
8191
font-size: 24px;

0 commit comments

Comments
 (0)