Consistent table borders in dark-mode

This commit is contained in:
Lucas 2020-09-23 13:12:26 +07:00
parent 49b736c3ed
commit 2e2d22b2b0
10 changed files with 18 additions and 18 deletions

View file

@ -95,7 +95,7 @@
--code-color-3: #599fa6;
--code-color-4: #8c8473;
--code-color-5: #4d606d;
--table-border: #10181e;
--table-border: rgba(115, 130, 140, 0.06);
--table-stripping: rgba(115, 130, 140, 0.02);
}
}
@ -141,7 +141,7 @@
--code-color-3: #599fa6;
--code-color-4: #8c8473;
--code-color-5: #4d606d;
--table-border: #10181e;
--table-border: rgba(115, 130, 140, 0.06);
--table-stripping: rgba(115, 130, 140, 0.02);
}

File diff suppressed because one or more lines are too long

View file

@ -95,7 +95,7 @@
--code-color-3: #599fa6;
--code-color-4: #8c8473;
--code-color-5: #4d606d;
--table-border: #10181e;
--table-border: rgba(115, 130, 140, 0.06);
--table-stripping: rgba(115, 130, 140, 0.02);
}
}
@ -141,7 +141,7 @@
--code-color-3: #599fa6;
--code-color-4: #8c8473;
--code-color-5: #4d606d;
--table-border: #10181e;
--table-border: rgba(115, 130, 140, 0.06);
--table-stripping: rgba(115, 130, 140, 0.02);
}

View file

@ -95,7 +95,7 @@
--code-color-3: #599fa6;
--code-color-4: #8c8473;
--code-color-5: #4d606d;
--table-border: #10181e;
--table-border: rgba(115, 130, 140, 0.06);
--table-stripping: rgba(115, 130, 140, 0.02);
}
}
@ -141,7 +141,7 @@
--code-color-3: #599fa6;
--code-color-4: #8c8473;
--code-color-5: #4d606d;
--table-border: #10181e;
--table-border: rgba(115, 130, 140, 0.06);
--table-stripping: rgba(115, 130, 140, 0.02);
}

File diff suppressed because one or more lines are too long

2
css/pico.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -98,7 +98,7 @@
--code-color-3: #599fa6;
--code-color-4: #8c8473;
--code-color-5: #4d606d;
--table-border: #10181e;
--table-border: rgba(115, 130, 140, 0.06);
--table-stripping: rgba(115, 130, 140, 0.02);
}
}
@ -144,7 +144,7 @@
--code-color-3: #599fa6;
--code-color-4: #8c8473;
--code-color-5: #4d606d;
--table-border: #10181e;
--table-border: rgba(115, 130, 140, 0.06);
--table-stripping: rgba(115, 130, 140, 0.02);
}

File diff suppressed because one or more lines are too long

View file

@ -63,8 +63,8 @@
--code-color-5: #{mix($grey-600, $grey-700)};
// Table
--table-border: #{darken($grey-900, 6%)};
--table-stripping: #{rgba($grey-500,.02)};
--table-border: #{rgba($grey-500, .06)};
--table-stripping: #{rgba($grey-500, .02)};
}
}
@ -133,6 +133,6 @@
--code-color-5: #{mix($grey-600, $grey-700)};
// Table
--table-border: #{darken($grey-900, 6%)};
--table-stripping: #{rgba($grey-500,.02)};
--table-border: #{rgba($grey-500, .06)};
--table-stripping: #{rgba($grey-500, .02)};
}

View file

@ -63,6 +63,6 @@
--code-color-5: #{mix($grey-300, $grey-400)};
// Table
--table-border: #{rgba($grey-50, .75)};
--table-stripping: #{rgba($grey-500,.04)};
--table-border: #{rgba($grey-50, .75)};
--table-stripping: #{rgba($grey-500, .04)};
}