mirror of https://github.com/crossplane/docs.git
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:
parent
adb3b229c5
commit
d0e12d0952
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue