/*
Theme Name: Colibri Child
Author: 
Description: Created to allow us to modify css of Colibri theme
Version: 1.0
Template: colibri-wp

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

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

ul.colibri-menu > li a{
 color:#009999 !important;
 text-decoration-color:#009999 !important;
}*/

ul.colibri-menu > li.current_page_item a{
 color:#000000 !important;
}