﻿@media print {
    * {
        background-color: #000;
    }

    a[href]:after {
        content: none;
    }
}
