Commit c9e49465 authored by jacotsu's avatar jacotsu
Browse files

Reverted background color of good-alerts to poul_yellow in scss

parent 498713a9
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,11 +28,11 @@
    }

    &-important {
        background-color: $good-color;
        background-color: $poul_yellow;
        color: black;

        a, .alert-link {
            color: white;
            color: black;
        }
    }