/*
 Theme Name:   Twenty Twenty (Geeky Gecko)
 Theme URI:    https://diogonunes.com
 Description:  Twenty Twenty for Geecky Gecko
 Author:       Diogo Nunes
 Author URI:   https://diogonunes.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twenty-twenty-child
*/

/* change fonts */

article div.entry-content {
  font-family: Lato, "Open Sans", Roboto, Arial, sans-serif;
  font-size: 1.1em;
}

/* article div.entry-content {
  font-family: "Hoefler Text", Palantino, Garamond, Georgia, "Times New Roman", serif
} */

pre,
code {
  font-family: Monaco, Consolas, "Fira Code", "Courier New", monospace;
}

/* change colors */
body {
  background-color: #f1f7f4;
}

#site-header ul.primary-menu span.icon {
    color: #339966;
}

.entry-categories a,
div.header-navigation-wrapper ul.primary-menu li.menu-item a,
article a,
aside div.footer-widgets-wrapper a {
  color: #33cc99;
}

article div.entry-categories-inner a {
  color: #33cc99 !important;
}

h1.archive-title span.color-accent {
  color: #33cc99;
}

ul.social-menu a,
form.search-form input.search-submit {
  background-color: #33cc99;
}

article blockquote {
  border-color: #33cc99;
}

span.faux-button,
main#site-content div#infinite-handle button {
  background: #33cc99;
}

/* archive text */
.tag {
    color: #000 !important;
}

/* change whitespacing */

div.post-inner {
  padding: 0;
}

.entry-content
  > *:not(.alignwide):not(.alignfull):not(.aligncenter):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 77rem;
  width: calc(100% - 8rem);
}

/* code blocks */
pre {
  border-radius: 4px;
  background-color: #eee;
  border: solid 1px gray;
  font-size: 0.7em;
  white-space: pre;
}

/* code inline */
p code,
li code {
  color: #26ca99;
  background-color: #333;
  font-size: 0.7em;
}
