Reply To: Black background

Homepage Community Forums Ally Theme Support Black background Reply To: Black background

#10694
kronos
Customer

    Your background is already black. If you want to make it darker look on line 2423 since you’re using the dark color scheme and change the color to #000

    .ally-dark {
        background-color: #222;
        color: #aaa;
    }