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