summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/markdown.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/website/markdown.less')
-rwxr-xr-xtheme/stylesheets/website/markdown.less32
1 files changed, 32 insertions, 0 deletions
diff --git a/theme/stylesheets/website/markdown.less b/theme/stylesheets/website/markdown.less
index 8075e58..8c4f634 100755
--- a/theme/stylesheets/website/markdown.less
+++ b/theme/stylesheets/website/markdown.less
@@ -401,6 +401,22 @@
@import "./highlight/sepia.less";
}
+
+ table {
+ th, td {
+ border-color: darken(#fdf6e3, 25%);
+ }
+
+ tr {
+ background: #fdf6e3;
+ color: inherit;
+ border-color: #444;
+ }
+
+ tr:nth-child(2n) {
+ background-color: darken(#fdf6e3, 5%);
+ }
+ }
}
.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal {
@@ -413,4 +429,20 @@
@import "./highlight/night.less";
}
+
+ table {
+ th, td {
+ border-color: #444;
+ }
+
+ tr {
+ background-color: black;
+ color: #eaeaea;
+ border-color: #444;
+ }
+
+ tr:nth-child(2n) {
+ background-color: #222;
+ }
+ }
}