/* Custom styles for Aftersound */
/* This file overrides theme styles */

/* Disable dark mode entirely - force light mode */
:root {
  --maincolor: #ff6b35; /* Example: Change red to orange */
  --hovercolor: #d45d2a; /* Darker shade for hover */
  --bordercl: rebeccapurple; /* Keep original border color */
}

/* Force light mode colors */
html {
  color: #232333 !important;
  background-color: #fff !important;
}

body {
  color: #232333 !important;
  background-color: #fff !important;
}

/* Disable dark mode CSS completely */
#darkModeStyle {
  display: none !important;
}

/* Example: Customize the header */
header .main {
  font-size: 1.8rem; /* Larger site title */
}

/* Example: Style the site description */
.site-description {
  font-style: italic;
  color: #666;
  margin-bottom: 2em;
}

/* Add your custom styles below */




.site-logo {
 padding: 10px;
 width: 100% !important;
}

.archive-page .post-content img {
  max-width: 85%;
  margin: auto;
}