modified: main_dc/BB/bbvue/src/views/Members.vue

modified:   main_dc/BB/bbvue/src/views/Reviews.vue
delete dark scheema from review apge and Members page begushiybashkir
site
This commit is contained in:
2025-11-19 05:52:18 +05:00
parent b348adc65a
commit 31ec0e0cb5
2 changed files with 0 additions and 51 deletions
-23
View File
@@ -1838,29 +1838,6 @@ input:focus-visible {
outline-offset: 2px; outline-offset: 2px;
} }
/* Темная тема */
@media (prefers-color-scheme: dark) {
.members-page {
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}
.member-card {
background: #2d2d2d;
color: #ffffff;
}
.search-input,
.filter-group select {
background: #3d3d3d;
border-color: #555;
color: white;
}
.members-controls {
background: #2d2d2d;
}
}
/* Кастомный скроллбар */ /* Кастомный скроллбар */
.modal-content::-webkit-scrollbar { .modal-content::-webkit-scrollbar {
width: 8px; width: 8px;
-28
View File
@@ -1957,34 +1957,6 @@ textarea:focus-visible {
outline-offset: 2px; outline-offset: 2px;
} }
/* Темная тема */
@media (prefers-color-scheme: dark) {
.reviews-page {
background: linear-gradient(135deg, #ffffff 0%, #85ff60 100%);
}
.review-card {
background: #bababa;
color: #6e6e6e;
}
.review-text {
color: #6d6d6d;
}
.form-group input,
.form-group select,
.form-group textarea {
background: #767676;
border-color: #555;
color: white;
}
.review-form {
background: #b8c9ba;
}
}
/* Кастомный скроллбар */ /* Кастомный скроллбар */
.reviews-section::-webkit-scrollbar { .reviews-section::-webkit-scrollbar {
width: 8px; width: 8px;