add new guide service

This commit is contained in:
team2
2026-02-26 20:40:42 +01:00
parent 12f2a48f88
commit a68f5182e4
11 changed files with 1017 additions and 12 deletions

View File

@@ -233,4 +233,44 @@ button:disabled {
width: 100px;
height: 100px;
position: absolute;
}
/* =========================================================
Admin Dark Base Fix
========================================================= */
body {
color: #e2e2e2;
}
.card.bg-black,
.card.bg-dark {
color: #e2e2e2;
}
.list-group-item.bg-black,
.list-group-item.bg-dark {
color: #e2e2e2;
}
.list-group-item.bg-black a,
.list-group-item.bg-dark a {
color: #e2e2e2;
}
.text-muted {
color: #9aa0a6 !important;
}
.guide-item {
color: #e2e2e2 !important;
}
.guide-item small {
color: #9aa0a6 !important;
}
.card.bg-black .card-body
{
color: #e2e2e2 !important;
}