/*
由于我实在很喜欢看罗小黑战记，于是更新配色方案~
该配色方案采用了 !important。用前请先检查没有与其冲突的内容。

*/
a.menu__link:not(.disabled):hover, button.menu__link:not(.disabled):hover{
    border-color: #96ad5f !important;
}
.rounded .primary .button {
    background-color: #96ad5f !important;
    border-color: #96ad5f !important;
}
.nav .nav__item.nav--active{
    border-color: #ad905f !important;
}
.nav .nav__item:hover:not(.menu__link.active.expandable) {
    border-color: #96ad5f !important;
}
a.menu__link.active, button.menu__link.active, a.menu__link.active:hover, button.menu__link.active:hover {
    border-color: #96ad5f !important;
    background-color: #5a6839 !important;
}
.nav__item--round {
    border-color: #96ad5f !important;
    color: #96ad5f !important;
}
.nav__item--round:hover {
    background-color: #96ad5f !important;
    color: #fff !important;
}
.rounded.primary.button {
    background-color: #96ad5f !important;
    border-color: #96ad5f !important;
}
.rounded.primary.button:hover {
    box-shadow: 0 0 3px #96ad5f !important;
    filter: brightness(1.1);
}
.expanded.primary.button {
    background-color: #96ad5f !important;
    border-color: #96ad5f !important;
}
.expanded.primary.button:hover:not(:disabled) {
    box-shadow: 0 0 3px #96ad5f !important;
}
.section__list__item.discussion__item.highlight {
    border-color: #96ad5f !important;
}
.messagepad__list-item.media.active{
    border-color: #96ad5f !important;
    background: #95ad5f55 !important;
}
.side--self > .messagepad__message__body {
    background-color: #96ad5f !important;
    color: #fff !important;
}
.side--self > .messagepad__message__body:after {
    border-top-color: #96ad5f !important;
    color: #fff !important;
}
.side--other > .messagepad__message__body {
    background-color: #fff !important;
    color: #000 !important;
}
.side--other > .messagepad__message__body:after {
    border-top-color: #fff !important;
    color: #000 !important;
}