/*
Theme Name: Tronix Child
Author: ThemePul
Description: This Child Theme Only For Tronix Theme
Version: 1.0.0
Template: tronix

This is the child theme for Tronix theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.project-v6-tab-menu-nav .nav-link.active {
  background: var(--thm-color);
  color: var(--white-color);
  border: 1px solid transparent;
}

.project-v6-category a {
  border-radius: 100px;
  background: var(--thm-color);
  display: inline-block;
  padding: 7px 20px;
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.project-v6-title a:hover {
  color: var(--thm-color);
}