mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 07:35:16 +00:00
Fix style for table on night and sepia themes
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user