Skip to content

Commit bfc5b63

Browse files
author
Jani Giannoudis
committed
Fix missing --theme-background-dark CSS variable for table borders
1 parent fd8814c commit bfc5b63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docfx/templates/darkerfx/styles/main.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ body.theme-dark {
3636
--theme-background-footer: #171717;
3737
--theme-background-table-alt: #212123;
3838
--theme-background-quote: #69696e;
39+
--theme-background-dark: #555555;
3940
--theme-inline-code: inherit;
4041
--theme-inline-code-background: #454545;
4142
--theme-code-border: #404040;
@@ -62,6 +63,7 @@ body.theme-light {
6263
--theme-background-subnav: #f5f5f5;
6364
--theme-background-footer: #f8f8f8;
6465
--theme-background-table-alt: #f9f9f9;
66+
--theme-background-dark: #cccccc;
6567
--theme-inline-code: #c7254e;
6668
--theme-inline-code-background: #f9f2f4;
6769
--theme-code-border: #e7e7e7;

0 commit comments

Comments
 (0)