-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I have some CSS improvements that I use locally that others may want to use as well. I found the syntax highlighting to sometimes break so I disabled it.
:root {
--main-bg: #161618;
--meta-bg: #242424;
--code-bg: #242424;
line-height: 1.5;
}
.answer-meta.accepted {
background-color: #4cd964 !important;
color: black !important;
}
span {
color: var(--text-color) !important;
background-color: transparent;
}
pre {
max-height: 300px; /* Set the maximum height */
overflow-y: auto; /* Enable vertical scrolling */
line-height: 1.75;
}
@media (orientation: landscape) {
.parent {
max-width: 70%;
width: fit-content;
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
