/*
Theme Name: Jobbox
Theme URI: http://jthemes.com/themes/wp/jobbox
Author: Jthemes 
Author URI: http://themeforest.net/user/jthemes
Description: Premium WordPress theme for Job & Career Search, Board & Portal Website
Version: 1.2.9
Requires at least: 4.7
Requires PHP: 7.0
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: jobbox
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*
*/

.custom-link {
    color: #FFD700; /* Default color */
    text-decoration: none; /* Removes underline if not desired */
    transition: color 0.3s ease; /* Smooth color transition */
}

.custom-link:hover {
    color: #00FFFF; /* Color on hover */
}

