Dark Mode Table Legibility (#668)

* attempt at table update

Signed-off-by: Rachel Sharp <8883519+tr0njavolta@users.noreply.github.com>

* alignment

Signed-off-by: Rachel Sharp <8883519+tr0njavolta@users.noreply.github.com>

---------

Signed-off-by: Rachel Sharp <8883519+tr0njavolta@users.noreply.github.com>
This commit is contained in:
Sharp 2024-01-04 16:31:48 -05:00 committed by GitHub
parent adb3b229c5
commit d0e12d0952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
// Single code lines inside text. Code blocks are in _code_theme_dark.scss
--code-background: #{$fog-0}30;
--code-color: #{$fog-0};
//--code-color: #{$fog-1000};
--code-line-number-color: #{$aqua-400};
//Tabs
@ -113,7 +113,7 @@
}
.table {
border: 1px solid #{$fog-700};
--bs-table-hover-bg: #{$fog-1000};
--bs-table-hover-bg: #{$fog-100};
}
.table-striped > tbody > tr:nth-of-type(odd) > *, .table-striped-columns > :not(caption) > tr > :nth-child(even) {
--bs-table-accent-bg: #{$fog-950};