/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 1 Aug 2023, 10:02 am
*/

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    color: #ffffff;
    background-color: #ef7f1a;
    text-decoration: none
}