/*
Theme Name:     Oria Child Theme
Description:    A child theme of Oria.
Author:         Paul Hibbert
Template:       oria
Version:        0.1.0
*/

@import url("../oria/style.css");

/* Add your custom css below this line */

site-header::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
table, tr, td {
    border: 1px solid white;
    border-collapse: collapse;
}