develop #28

Merged
blaerf merged 83 commits from develop into main 2025-12-17 14:28:04 +00:00
Showing only changes of commit 928280176c - Show all commits

View File

@ -64,7 +64,7 @@ body {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #e5e7eb;
color: #ffffff;
text-align: left;
background-color: #0f172a;
}
@ -364,7 +364,7 @@ h1, h2, h3, h4, h5, h6,
margin-bottom: 0.5rem;
font-weight: 400;
line-height: 1.2;
color: #f1f5f9;
color: #f8fafc;
}
h1, .h1 {
@ -1486,7 +1486,7 @@ pre code {
.table {
width: 100%;
margin-bottom: 1rem;
color: #e5e7eb;
color: #ffffff;
}
.table th,
@ -1536,7 +1536,7 @@ pre code {
}
.table-hover tbody tr:hover {
color: #e5e7eb;
color: #ffffff;
background-color: rgba(255, 255, 255, 0.1);
}
@ -1834,7 +1834,7 @@ pre code {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #e5e7eb;
color: #ffffff;
background-color: #1e293b;
background-clip: padding-box;
border: 1px solid #334155;
@ -1859,7 +1859,7 @@ pre code {
}
.form-control:focus {
color: #e5e7eb;
color: #ffffff;
background-color: #1e293b;
border-color: #3b82f6;
outline: 0;
@ -3025,7 +3025,7 @@ input[type="button"].btn-block {
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 0.85rem;
color: #e5e7eb;
color: #f8fafc;
text-align: left;
list-style: none;
background-color: #1e293b;
@ -3192,7 +3192,7 @@ input[type="button"].btn-block {
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #cbd5e1;
color: #e2e8f0;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
@ -3200,7 +3200,7 @@ input[type="button"].btn-block {
}
.dropdown-item:hover, .dropdown-item:focus {
color: #e5e7eb;
color: #ffffff;
text-decoration: none;
background-color: #334155;
}
@ -9661,7 +9661,7 @@ a.text-dark:hover, a.text-dark:focus {
}
.text-muted {
color: #94a3b8 !important;
color: #cbd5e1 !important;
}
.text-black-50 {