website-theme/assets/css/markdown-dark.css

90 lines
1.5 KiB
CSS
Raw Normal View History

2022-05-08 18:02:35 -04:00
main .e-content img {
2020-03-23 03:46:01 -04:00
box-shadow: none;
2020-03-22 16:09:31 -04:00
}
2022-05-08 18:02:35 -04:00
main .e-content hr {
2020-03-22 16:09:31 -04:00
border-bottom: 1px solid #201d1a;
}
2022-05-08 18:02:35 -04:00
main .e-content hr {
2020-03-22 16:09:31 -04:00
background-color: #1e1b17;
}
2022-05-08 18:02:35 -04:00
main .e-content blockquote {
2020-03-22 16:09:31 -04:00
color: #958c82;
border-left: 0.25em solid #201d1a;
}
2022-05-08 18:02:35 -04:00
main .e-content kbd {
2020-03-22 16:09:31 -04:00
color: #bbb2a9;
background-color: #050403;
border: solid 1px #39342e;
border-bottom-color: #6a625a;
2020-03-23 03:46:01 -04:00
box-shadow: none;
2020-03-22 16:09:31 -04:00
}
2022-05-08 18:02:35 -04:00
main .e-content h1 .octicon-link,
main .e-content h2 .octicon-link,
main .e-content h3 .octicon-link,
main .e-content h4 .octicon-link,
main .e-content h5 .octicon-link,
main .e-content h6 .octicon-link {
2020-03-22 16:09:31 -04:00
color: #e4e0dc;
}
2022-05-08 18:02:35 -04:00
main .e-content h1 {
2020-03-22 16:09:31 -04:00
border-bottom: 1px solid #363636;
}
2022-05-08 18:02:35 -04:00
main .e-content h2 {
2020-03-22 16:09:31 -04:00
border-bottom: 1px solid #363636;
}
2022-05-08 18:02:35 -04:00
main .e-content h6 {
2020-03-22 16:09:31 -04:00
font-size: 0.85em;
color: #958c82;
}
2022-05-08 18:02:35 -04:00
main .e-content table th,
main .e-content table td {
2020-03-22 16:09:31 -04:00
padding: 6px 13px;
border: 1px solid #363636;
background-color: #090909;
}
2022-05-08 18:02:35 -04:00
main .e-content img {
2020-03-22 16:09:31 -04:00
background-color: #090909;
}
2022-05-08 18:02:35 -04:00
main .e-content code {
2020-03-22 16:09:31 -04:00
background-color: #090909;
}
2022-05-08 18:02:35 -04:00
main .e-content .highlight pre,
main .e-content pre {
2020-03-22 16:09:31 -04:00
background-color: #090909;
}
2022-05-08 18:02:35 -04:00
main .e-content .full-commit .btn-outline:not(:disabled):hover {
2020-03-22 16:09:31 -04:00
color: #005cc5;
border-color: #005cc5;
}
2022-05-08 18:02:35 -04:00
main .e-content kbd {
2020-03-22 16:09:31 -04:00
color: #bbb2a9;
background-color: #050403;
border: solid 1px #2e2a25;
border-bottom-color: #39342e;
2020-03-23 03:46:01 -04:00
box-shadow: none;
2020-03-22 16:09:31 -04:00
}
2022-05-08 18:02:35 -04:00
main .e-content :checked+.radio-label {
2020-03-22 16:09:31 -04:00
border-color: #0366d6;
}
2022-05-08 18:02:35 -04:00
main .e-content hr {
2020-03-22 16:09:31 -04:00
border-bottom-color: #111;
}