Fix indentation and revert first run message link styling to all links

This commit is contained in:
sabaimran
2024-04-27 09:56:47 +05:30
parent 4395ed8065
commit 138f12f957

View File

@@ -1743,20 +1743,11 @@
} }
a.inline-chat-link { a.inline-chat-link {
display: block; color: #475569;
text-align: center;
font-size: 14px;
color: #fff;
padding: 6px 15px;
border-radius: 999px;
text-decoration: none; text-decoration: none;
background-color: rgba(71, 85, 105, 0.6); border-bottom: 1px dotted #475569;
transition: background-color 0.3s ease-in-out;
} }
a.inline-chat-link:hover {
background-color: #475569;
}
a.first-run-message-link { a.first-run-message-link {
display: block; display: block;
text-align: center; text-align: center;