Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit d2a3fe6

Browse files
committed
fixing the background color of the viewport
1 parent fe27628 commit d2a3fe6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

public/styleguide/css/styleguide.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@
345345
bottom: 0;
346346
left: 0;
347347
right: 0;
348+
background-color: white;
348349
}
349350
#sg-viewport.hay-mode {
350351
-webkit-transition: all 40s linear;

public/styleguide/css/styleguide.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ $animate-quick: 0.2s;
499499
bottom: 0;
500500
left: 0;
501501
right: 0;
502+
background-color: white;
502503

503504
&.hay-mode {
504505
-webkit-transition: all 40s linear;

0 commit comments

Comments
 (0)