{
  "siteId": "05cf13201f5ce5f032bf39aca336e8ac",
  "host": "publish-01.obsidian.md",
  "included": [],
  "excluded": []
}

/* Styles for Dark Mode */
.theme-dark .content {
    background-color: #333;
    color: #fff;
}

/* Styles for Light Mode */
.theme-light .content {
    background-color: #fff;
    color: #333;
}



/* Add your logo */
#logo {
    background-image: url('path_to_your_logo_image');
    width: 100px; /* Adjust width as needed */
    height: 100px; /* Adjust height as needed */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
