/*
 Theme Name:   GoLinks Theme Help Center
 Theme URI:    https://golinks.io
 Description:  GoLinks Child Theme for Help Center
 Author:       Sean Burke
 Author URI:   https://golinks.io
 Template:     golinks-theme
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  golinks-theme-help-center
*/

/* Fixes distortion on images in a post */
img {
  height: auto;
}

/* Article content should be a little bigger and dark color */
p,
li {
  font-size: 1rem;
  line-height: 2rem;
  color: #091f32;
}

.accordion .card-header .plus-minus::after {
  font-family: 'Font Awesome 7 Pro';
  font-style: normal;

  /* Minus */
  content: "\f068";
  float: right;
}


.accordion .card-header .collapsed .plus-minus::after {
  /* Plus */
  content: "\f067";
}
