style update and fixes
This commit is contained in:
@@ -36,9 +36,11 @@ a {
|
||||
color: #7a9ed1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: .125rem;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #FFF;
|
||||
}
|
||||
@@ -95,7 +97,6 @@ input, textarea, select {
|
||||
}
|
||||
|
||||
|
||||
|
||||
.message {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@@ -298,7 +299,7 @@ button:disabled {
|
||||
body {
|
||||
color: #cacad5;
|
||||
background: #16202F;
|
||||
background: linear-gradient(180deg,rgba(10, 14, 20, 1) 0%, rgba(22, 32, 47, 1) 24%, rgba(10, 14, 20, 1) 100%);
|
||||
background: linear-gradient(180deg, rgba(10, 14, 20, 1) 0%, rgba(22, 32, 47, 1) 24%, rgba(10, 14, 20, 1) 100%);
|
||||
}
|
||||
|
||||
.bg-black {
|
||||
@@ -322,7 +323,10 @@ body {
|
||||
.text-info {
|
||||
--bs-text-opacity: 1;
|
||||
color: #86b7fe !important;
|
||||
font-size: .8rem;
|
||||
}
|
||||
|
||||
.chat .text-info {
|
||||
font-size: .7rem;
|
||||
}
|
||||
|
||||
.btn-outline-info {
|
||||
@@ -699,7 +703,7 @@ body:not(.retriex-show-detail-cards) #chat .retriex-alert {
|
||||
font-size: 0.7rem !important;
|
||||
}
|
||||
|
||||
.data-retriex-action-prompt{
|
||||
.data-retriex-action-prompt {
|
||||
font-size: 0.7rem !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user