/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 29 May 2024, 7:51 am
*/

.foogallery-album-header > p > a {
color: white;
text-decoration: none;
}

.foogallery-album-header > p > a:hover{
color: green;
}