<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   GoLinks Theme Blog
 Theme URI:    https://www.golinks.io
 Description:  GoLinks Theme Child Template for the Blog
 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-blog-child
*/

/* 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;
}

.wp-post-image {
  border-radius: 16px;
}
</pre></body></html>