mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Fix indentation and revert first run message link styling to all links
This commit is contained in:
parent
4395ed8065
commit
138f12f957
1 changed files with 25 additions and 34 deletions
|
@ -1725,52 +1725,43 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.first-run-message-heading {
|
.first-run-message-heading {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
color: var(--main-text-color);
|
color: var(--main-text-color);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.first-run-message-text {
|
.first-run-message-text {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
color: var(--main-text-color);
|
color: var(--main-text-color);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-bottom: 25px;
|
padding-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.inline-chat-link {
|
a.inline-chat-link {
|
||||||
display: block;
|
color: #475569;
|
||||||
text-align: center;
|
text-decoration: none;
|
||||||
font-size: 14px;
|
border-bottom: 1px dotted #475569;
|
||||||
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.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;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 6px 15px;
|
padding: 6px 15px;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: rgba(71, 85, 105, 0.6);
|
background-color: rgba(71, 85, 105, 0.6);
|
||||||
transition: background-color 0.3s ease-in-out;
|
transition: background-color 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.first-run-message-link:hover {
|
a.first-run-message-link:hover {
|
||||||
background-color: #475569;
|
background-color: #475569;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.reference-link {
|
a.reference-link {
|
||||||
|
|
Loading…
Reference in a new issue