|
@@ -40,14 +40,31 @@ body.colorscheme-dark {
|
|
|
body.colorscheme-dark code {
|
|
body.colorscheme-dark code {
|
|
|
background-color: #424242;
|
|
background-color: #424242;
|
|
|
color: #dadada; }
|
|
color: #dadada; }
|
|
|
|
|
+ body.colorscheme-dark .highlight pre {
|
|
|
|
|
+ color: #212121; }
|
|
|
body.colorscheme-dark pre code {
|
|
body.colorscheme-dark pre code {
|
|
|
background-color: inherit;
|
|
background-color: inherit;
|
|
|
color: inherit; }
|
|
color: inherit; }
|
|
|
body.colorscheme-dark blockquote {
|
|
body.colorscheme-dark blockquote {
|
|
|
border-left: 2px solid #424242; }
|
|
border-left: 2px solid #424242; }
|
|
|
|
|
+ body.colorscheme-dark th,
|
|
|
|
|
+ body.colorscheme-dark td {
|
|
|
|
|
+ padding: 1.6rem; }
|
|
|
|
|
+ body.colorscheme-dark table {
|
|
|
|
|
+ border-collapse: collapse; }
|
|
|
body.colorscheme-dark table td,
|
|
body.colorscheme-dark table td,
|
|
|
body.colorscheme-dark table th {
|
|
body.colorscheme-dark table th {
|
|
|
border: 2px solid #dadada; }
|
|
border: 2px solid #dadada; }
|
|
|
|
|
+ body.colorscheme-dark table tr:first-child th {
|
|
|
|
|
+ border-top: 0; }
|
|
|
|
|
+ body.colorscheme-dark table tr:last-child td {
|
|
|
|
|
+ border-bottom: 0; }
|
|
|
|
|
+ body.colorscheme-dark table tr td:first-child,
|
|
|
|
|
+ body.colorscheme-dark table tr th:first-child {
|
|
|
|
|
+ border-left: 0; }
|
|
|
|
|
+ body.colorscheme-dark table tr td:last-child,
|
|
|
|
|
+ body.colorscheme-dark table tr th:last-child {
|
|
|
|
|
+ border-right: 0; }
|
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
@media (prefers-color-scheme: dark) {
|
|
|
body.colorscheme-auto {
|
|
body.colorscheme-auto {
|
|
@@ -92,14 +109,31 @@ body.colorscheme-dark {
|
|
|
body.colorscheme-auto code {
|
|
body.colorscheme-auto code {
|
|
|
background-color: #424242;
|
|
background-color: #424242;
|
|
|
color: #dadada; }
|
|
color: #dadada; }
|
|
|
|
|
+ body.colorscheme-auto .highlight pre {
|
|
|
|
|
+ color: #212121; }
|
|
|
body.colorscheme-auto pre code {
|
|
body.colorscheme-auto pre code {
|
|
|
background-color: inherit;
|
|
background-color: inherit;
|
|
|
color: inherit; }
|
|
color: inherit; }
|
|
|
body.colorscheme-auto blockquote {
|
|
body.colorscheme-auto blockquote {
|
|
|
border-left: 2px solid #424242; }
|
|
border-left: 2px solid #424242; }
|
|
|
|
|
+ body.colorscheme-auto th,
|
|
|
|
|
+ body.colorscheme-auto td {
|
|
|
|
|
+ padding: 1.6rem; }
|
|
|
|
|
+ body.colorscheme-auto table {
|
|
|
|
|
+ border-collapse: collapse; }
|
|
|
body.colorscheme-auto table td,
|
|
body.colorscheme-auto table td,
|
|
|
body.colorscheme-auto table th {
|
|
body.colorscheme-auto table th {
|
|
|
- border: 2px solid #dadada; } }
|
|
|
|
|
|
|
+ border: 2px solid #dadada; }
|
|
|
|
|
+ body.colorscheme-auto table tr:first-child th {
|
|
|
|
|
+ border-top: 0; }
|
|
|
|
|
+ body.colorscheme-auto table tr:last-child td {
|
|
|
|
|
+ border-bottom: 0; }
|
|
|
|
|
+ body.colorscheme-auto table tr td:first-child,
|
|
|
|
|
+ body.colorscheme-auto table tr th:first-child {
|
|
|
|
|
+ border-left: 0; }
|
|
|
|
|
+ body.colorscheme-auto table tr td:last-child,
|
|
|
|
|
+ body.colorscheme-auto table tr th:last-child {
|
|
|
|
|
+ border-right: 0; } }
|
|
|
|
|
|
|
|
body.colorscheme-dark .content .post .tags .tag {
|
|
body.colorscheme-dark .content .post .tags .tag {
|
|
|
background-color: #424242; }
|
|
background-color: #424242; }
|