/*
Theme Name: Child of Twenty Twenty-Three
Description: Twenty Twenty Three Child Theme
Author: H.S.Green
Template: twentytwentythree
Version: 2.0.0
Text Domain: twentytwentythree-child
*/


/*------------------Home Page button style----------------*/

.homeButton {
	background-color: none;
		
}

.homeButton:hover {
  background-color: black;
  color: white;
}

.homeButton:active {
	transform: translateY(4px);
}

/*--------------------------------------------------------*/
