/*
	Theme Name: Swing2
	License: GNU General Public License v2 or later
	License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

#header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    background-color: rgb(41, 41, 41);
    pointer-events: none;
}