Skip to content

Commit

Permalink
force body to have white bg, protecting against dark mode bugs, for #66
Browse files Browse the repository at this point in the history
… (#314)

* force body to have white bg, protecting against dark mode bugs, for #66

* apply bgcolor to race embed

---------

Co-authored-by: Alyson Hurt <[email protected]>
  • Loading branch information
DanielJWood and alykat authored Nov 5, 2024
1 parent 64894ee commit cb75772
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/css/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ body {
font-family: @sans;
font-size: 14px;
line-height: 1.4;
background-color: #fff;
}

img, svg {
Expand Down
11 changes: 7 additions & 4 deletions src/css/race-embed.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "values";
// @import "values";
@import "base";
@import "../js/components/results-table/results-table";
@import "../js/components/test-banner/test-banner";

Expand All @@ -25,7 +26,9 @@
}

.source-footnote {
font-family: @sans;
font-size: 12px;
color: #787878;
font-family: @sans;
font-size: 12px;
color: #787878;

a { text-decoration: none; }
}

0 comments on commit cb75772

Please sign in to comment.