/*
Theme Name: ZLCube
Description: Child theme for Twenty Twenty-Five with custom styles and functionality
Author: Melisa Viroz
Template: twentytwentyfive
Version: 1.0.0
Text Domain: zlcube-child
*/

/* Import parent theme styles */
@import url("../twentytwentyfive/style.css");


#matrix-rain {
	position: fixed;
	top: 0;
	left:0;
	right: 0;
	z-index: -1;
}

.zlcube-blog-card {
	transition: all 0.2s ease-in;
	&:hover {
		background-color: rgba(50,50,50,0.5);
	}
}

header.wp-block-template-part {
	position: sticky;
	top: 0;
	z-index: 1;
}

.admin-bar header.wp-block-template-part {
	top: 32px;
}