Modification du theme en sombre, suppression des item menu non utile (debug et files)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user