/*
 * Copyright (C) 2026  Encelade SRL
 * Copyright (C) 2026  elephantchess.io
 * Copyright (C) 2026  Benoît Vleminckx (benckx)
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <https://www.gnu.org/licenses/>.
 */

#game-event-info {
    margin-top: 12px;
}

/*
 * Player name links inside #players-info: override the default link color
 * (and the :visited link color, which has specificity 0,1,1 and would beat
 * a plain .red-color / .black-color rule) so that the red / black player
 * names actually appear in their respective colors.
 */
#players-info a.red-color,
#players-info a.red-color:visited {
    color: rgba(222, 7, 7);
}

#players-info a.black-color,
#players-info a.black-color:visited {
    color: rgba(0, 0, 0);
}
