Mediawiki:common.css

Вернуться

Line 1,562: Line 1,562:
     background-color: #7b6919 !important;
     background-color: #7b6919 !important;
     border-color: #af9a24 !important
     border-color: #af9a24 !important
}
.mw-message-box-success,
.cdx-message--success,
.successbox {
    background-color: oklch(0.34 0.08 152) !important;
    border-color: oklch(0.5 0.12 152) !important;
    color: var(--wiki-text) !important;
}
.mw-notification,
.mw-notification-content,
.postedit,
.postedit-content {
    background: var(--wiki-surface-2) !important;
    color: var(--wiki-text) !important;
    border-color: var(--wiki-border) !important;
}
}