Modification du theme en sombre, suppression des item menu non utile (debug et files)

This commit is contained in:
Grizouille
2025-11-08 16:27:48 +01:00
parent d8797e8feb
commit 933105b521
2 changed files with 45 additions and 28 deletions

View File

@@ -13,12 +13,12 @@ input.search {
border: none;
outline: none;
background-color: transparent;
color: #495057;
color: white !important;
}
button.search {
height: 100%;
color: #495057;
color: white;
font-size: 14px;
border: none;
background-color: transparent;
@@ -26,7 +26,6 @@ button.search {
.tabs-category {
display: flex;
/* border-bottom: 1px solid #ced4da; */
}
.btn-category {
@@ -44,4 +43,44 @@ button.search {
.btn-category.active {
border-bottom: 3px solid #242424;
color: #242424;
}
.nav-link:link,
.nav-link:visited {
color: white;
text-decoration: none;
}
body {
background-color: #292929;
}
.footer {
background-color: #292929 !important;
color: white;
}
.text-muted {
color: white !important;
}
h3, th, td {
color: white !important;
}
.btn-category {
background: transparent;
color: #6a6a6a;
border: none;
padding: 8px 16px;
cursor: pointer;
}
.btn-category.active {
border-bottom: 3px solid white;
color: white !important;
}
.btn {
color: white !important;
}