/*
Theme Name:		 CIS Child Theme - Directory
Description:	 This is a child theme of UA Theme v3.X. It ads pronunciation icons next to the title of people.
Author:        Communication and Advancement
Author URI:    https://cis.ua.edu/commadv/
Template:      ua-theme
Version:       1.0.1
Text Domain:  cis-theme
*/

/* Add your custom styles here */

/* =================================================================
/* SECTION Pronunciation Button
================================================================= */

.ua_minerva button.cis_pronunciation {
  background: none;
  border: none;
  padding: 0;
  font-size: var(--ua_font-size--normal);
  color: inherit;
}

.ua_minerva button.cis_pronunciation:hover,
.ua_minerva button.cis_pronunciation:focus {
  color: var(--ua_color-text--link);
}

/* !SECTION Pronunciation Button */
