Skip to content

Commit 523ddb3

Browse files
authored
Update _custom.scss
Signed-off-by: benamar19-b <benamar1906@gmail.com>
1 parent c0aaa3c commit 523ddb3

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

src/assets/scss/_custom.scss

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,3 +533,62 @@ td a.detail-icon {
533533
float: right;
534534
padding-top: 0.3rem;
535535
}
536+
537+
body,
538+
p,
539+
span,
540+
div {
541+
color: #d6e8ff !important;
542+
}
543+
544+
.text-muted,
545+
.card-subtitle,
546+
.small {
547+
color: #cfe3ff !important;
548+
}
549+
550+
.card-title,
551+
h1,
552+
h2,
553+
h3,
554+
h4,
555+
h5 {
556+
color: #e6f0ff !important;
557+
}
558+
559+
.sidebar-nav .nav-link {
560+
color: #cfe3ff !important;
561+
}
562+
563+
.sidebar-nav .nav-link:hover {
564+
color: #ffffff !important;
565+
}
566+
567+
.breadcrumb,
568+
.breadcrumb-item {
569+
color: #cfe3ff !important;
570+
}
571+
572+
.badge,
573+
.label {
574+
color: #ffffff !important;
575+
}
576+
577+
.table,
578+
.table td,
579+
.table th {
580+
color: #d6e8ff !important;
581+
}
582+
583+
.apexcharts-text,
584+
.apexcharts-xaxis text,
585+
.apexcharts-yaxis text,
586+
.apexcharts-legend text,
587+
.apexcharts-datalabel,
588+
.apexcharts-tooltip-text {
589+
fill: #d6e8ff !important;
590+
}
591+
592+
svg text {
593+
fill: #d6e8ff !important;
594+
}

0 commit comments

Comments
 (0)