fix p44
This commit is contained in:
@@ -31,6 +31,15 @@ h3, .h3 {
|
||||
font-size: 1.35rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #7a9ed1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
h4, h5, h6, .h4, .h5, .h6 {
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
@@ -198,7 +207,7 @@ button:disabled {
|
||||
.bg-dark {
|
||||
background-color: var(--assistant) !important;
|
||||
color: #fff;
|
||||
border: 1px solid var(--border);
|
||||
border: 1px solid #324053 !important;
|
||||
}
|
||||
|
||||
.btn-trans {
|
||||
@@ -254,7 +263,7 @@ button:disabled {
|
||||
========================================================= */
|
||||
|
||||
body {
|
||||
color: #babac3;
|
||||
color: #cacad5;
|
||||
}
|
||||
|
||||
.bg-black {
|
||||
@@ -476,6 +485,7 @@ span.think {
|
||||
color: rgba(248, 249, 250, 0.76);
|
||||
font-size: 0.84rem;
|
||||
border-radius: 0 0 6px 6px;
|
||||
background-color: #212b39 !important;
|
||||
}
|
||||
|
||||
.retriex-option-toggle {
|
||||
|
||||
Reference in New Issue
Block a user