/*
Theme Name: Child for Twenty Twenty
Theme URI: 
Description: Child theme for Twenty Twenty
Author: 
Textdomain: twentytwenty-child
Author URI: 
Template:  twentytwenty
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/


/* 
Zmienione kolory na Solarized:

- tło: #073642
- nagłowek itp: #002b36
*/

/* modyfikacja h1 i h2 */

h1, .heading-size-1 {
	font-size: 2.4rem; opacity:0.8; font-weight: normal;
}

h2, .heading-size-2 {
	font-size: 2.0rem; opacity:0.8; font-weight: normal;
}

h3, .heading-size-3 {
	font-size: 1.8rem; opacity:0.8; font-weight: normal;
}


@media (min-width: 700px) {
	h1.entry-title, .heading-size-1 { font-size: 5.9rem; }
	h1, .heading-size-1 { font-size: 3.9rem; }
	h2, .heading-size-2 { font-size: 3.0rem; }
	h3, .heading-size-3 { font-size: 2.6rem; }
}


/* zwiększenie szerokości kolumny z 58rem do 75rem */

@media (min-width: 700px) {
	.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 75rem;
	}	
}


/* zmiana koloru tekstu na #93a1a1 czyli Base1 z palety Solarized */

p {
	color:#93a1a1;
}

/* zmiana koloru tekstu na #839496 czyli Base0 z palety Solarized */

li, h2, h3, h4, h5 {
	color:#839496;
}


/* ukrycie pola "autor" w nagłówku wpisu */

li.post-author.meta-wrapper {
	display: none;
}


/* zmiana koloru akcentów (np. przypisy) na #268bd2 czyli Blue z palety Solarized */

.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus)::first-letter, .wp-block-button.is-style-outline, a {
	color: #268bd2;
}


/* zmiana koloru menu i kategorii na #d33682 czyli Magenta z palety Solarized */

/*
body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote::before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
	color:#d33682;
}

*/

/* zmiana koloru guzika "opublikuj komentarz" na #d33682 czyli Magenta z palety Solarized */

/*

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
  background-color: #d33682;
}

*/