diff --git a/src/interface/desktop/chat.html b/src/interface/desktop/chat.html
index 9dbcf908..aa73df21 100644
--- a/src/interface/desktop/chat.html
+++ b/src/interface/desktop/chat.html
@@ -1725,52 +1725,43 @@
}
.first-run-message-heading {
- font-size: 20px;
- font-weight: 300;
- line-height: 1.5em;
- color: var(--main-text-color);
- margin: 0;
- padding: 10px;
+ font-size: 20px;
+ font-weight: 300;
+ line-height: 1.5em;
+ color: var(--main-text-color);
+ margin: 0;
+ padding: 10px;
}
.first-run-message-text {
- font-size: 18px;
- font-weight: 300;
- line-height: 1.5em;
- color: var(--main-text-color);
- margin: 0;
- padding-bottom: 25px;
+ font-size: 18px;
+ font-weight: 300;
+ line-height: 1.5em;
+ color: var(--main-text-color);
+ margin: 0;
+ padding-bottom: 25px;
}
a.inline-chat-link {
- display: block;
- text-align: center;
- font-size: 14px;
- color: #fff;
- padding: 6px 15px;
- border-radius: 999px;
- text-decoration: none;
- background-color: rgba(71, 85, 105, 0.6);
- transition: background-color 0.3s ease-in-out;
+ color: #475569;
+ text-decoration: none;
+ border-bottom: 1px dotted #475569;
}
- a.inline-chat-link:hover {
- background-color: #475569;
- }
a.first-run-message-link {
- display: block;
- text-align: center;
- font-size: 14px;
- color: #fff;
- padding: 6px 15px;
- border-radius: 999px;
- text-decoration: none;
- background-color: rgba(71, 85, 105, 0.6);
- transition: background-color 0.3s ease-in-out;
+ display: block;
+ text-align: center;
+ font-size: 14px;
+ color: #fff;
+ padding: 6px 15px;
+ border-radius: 999px;
+ text-decoration: none;
+ background-color: rgba(71, 85, 105, 0.6);
+ transition: background-color 0.3s ease-in-out;
}
a.first-run-message-link:hover {
- background-color: #475569;
+ background-color: #475569;
}
a.reference-link {