/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.footer-link {
    color: #333 !important; /* 검은색 */
    text-decoration: none !important; /* 밑줄 제거 */
}

.footer-link:hover {
    color: #ff6600 !important; /* 마우스를 올렸을 때 주황색 */
}

