style.css•765 B
.nav-logo {
min-height: 40px !important;
}
/* Hide header anchor link buttons */
h3>div.absolute,
h4>div.absolute,
h5>div.absolute,
h6>div.absolute {
display: none !important;
}
/* Disable click-to-copy on headers */
h3 span.cursor-pointer,
h4 span.cursor-pointer,
h5 span.cursor-pointer,
h6 span.cursor-pointer {
pointer-events: none !important;
cursor: default !important;
}
/* Improve text color in dark mode */
.dark {
color: rgba(255, 255, 255, 0.9) !important;
}
.dark p,
.dark li,
.dark span {
color: rgba(255, 255, 255, 0.85) !important;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
color: rgba(255, 255, 255, 0.95) !important;
}
/* Rounded corners for videos */
.rounded-lg {
border-radius: 0.5rem;
}