/*
 Theme Name:   GoLinks Theme GoProfiles Blog
 Theme URI:    https://blog.goprofiles.io
 Description:  GoLinks Theme Child Template for the GoProfiles Blog
 Author:       Sean Burke
 Author URI:   https://blog.goprofiles.io
 Template:     golinks-theme-goprofiles
 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-goprofiles-blog
*/

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

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

.entry-content p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.hover-shadow:hover {
  box-shadow: 0 4px 10px rgb(109 120 136 / 15%);
}

.wp-post-image {
  border-radius: 16px;
}
