Copied
/* Left posts sidebar */
.vyasa-posts-sidebar .vyasa-sidebar-body {
background: #f3f4f6;
border-radius: 12px;
padding: 0.5rem;
}
/* TOC sidebar */
.vyasa-toc-sidebar .vyasa-sidebar-body {
background: #f8fafc;
border-radius: 12px;
padding: 0.5rem;
}
/* TOC links */
.toc-link {
color: #0f172a !important;
border-radius: 8px;
}
.toc-link:hover {
background: rgba(15, 118, 110, 0.12);
color: #0f766e !important;
}