<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Template:       techkit
Theme Name:     Techkit Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/themes/techkit
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Techkit is an Responsive Software &amp; IT Solutions WordPress Theme.
Version:        2.10.0
Text Domain:    techkit
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
License:   	  Envato split License
License URI:  https://themeforest.net/licenses/terms/regular
*/


body {
    --color-pink: #F20071;
    --color-blue: #003B6C;
}

.current-menu-item &gt; a,
.current-menu-ancestor &gt; a {
    color: var(--color-pink) !important;
}

.menu-item.btn a {
    background-color: var(--color-pink) !important;
    border: 2px solid var(--color-pink) !important;
    padding: 5px 15px !important;
    border-radius: 10px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}

.menu-item.btn a:hover {
    color: var(--color-pink) !important;
    background-color: transparent !important;
}

.menu-item.btn a:hover i {
    color: var(--color-pink) !important;
}

.menu-item.btn a:hover:after {
    content: none !important;
}
</pre></body></html>