/*
 Theme Name:   Solidaridad Network
 Theme URI:    http://solidaridadnetwork.org
 Description:  Custom Theme for 2020
 Author:       The Idea Store
 Author URI:   ideastore.dev
 Template:     GutenbergStarterThemeFree
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  twentytwenty-child
*/

@import url("css/compiled.css");

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  color: #ffcc00;
}
img {
  max-width: 100%;
  height: auto !important;
}

.featured-media img::after {
  content: "Featured Image";
}

/* POST-TRELLIS, NOT IN SCSS SCHEMA RULES */

.site-header a:visited:hover {
    color: #ffcc00;
  }
  .site-header a:hover {
    opacity: 1;
}
