This commit is contained in:
team 1
2026-05-06 10:05:56 +02:00
parent e18abf4135
commit 68bfbd7802
11 changed files with 388 additions and 8 deletions

View File

@@ -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 {