/* style.css */
body {
    background-color: #f9f9f9;
}

html.dark-mode {
    filter: invert(1) hue-rotate(180deg);
}

html.dark-mode .custom-navbar,
html.dark-mode .diff-baseline,
html.dark-mode .diff-other,
html.dark-mode .no-invert-img {
    filter: invert(1) hue-rotate(180deg) !important;
}

.file-block {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
}

.diff-block {
    border: 2px dashed #dc3545;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff0f0;
}

.baseline-title {
    font-weight: bold;
    margin-bottom: 5px;
}

#file-list {
    list-style: none;
    padding-left: 0;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.diff-baseline {
    background-color: #d4edda !important; /* Зеленый цвет для baseline */
}

.diff-other {
    background-color: #fff3cd !important; /* Желтый цвет для остальных */
}

.custom-navbar {
    background-color: #001f3f; /* navy blue */
}
.partners-banner {
  border: 1px #ccc;
  border-radius: 1px;
  padding: 1px;
  font-weight: bold;
}
