/*
Theme Name: Yousef Tech
Theme URI: https://youseftech.co.uk/
Author: Your Name
Author URI: https://youseftech.co.uk/
Description: Yousef Tech website's theme.
Version: 0.1.0
Text Domain: yousefs
*/

/* Minimal CSS just for the all_posts.php grid */
.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}
.post-card {
  display: block;
  text-decoration: none;
}
/*.post-card a { text-decoration: none; color: inherit; }*/
.post-card img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: .5rem;
}
.post-card h2 {
  font-size: 1.125rem;
  margin: .75rem 0 .25rem;
  line-height: 1.3;
}
.post-card p {
  margin: 0;
  opacity: .85;
}

html, body{
	background:black !important;
}

body{
	padding-top:53px !important;
	background:black;
	color:white;
/*			font-size:1.4rem;*/
}


.precode{
}

code{
	background:transparent !important;
	white-space:pre-wrap !important;
}