Skip to content

Commit 9023f82

Browse files
committed
Auto merge of #2477 - tarcieri:remove-noise-from-background, r=Turbo87
styles: use flat color for background (removes noise.png) Personally I think it looks better with a flat green color instead of the `noise.png` image overlay. Before: <img width="1263" alt="Screen Shot 2020-04-30 at 7 47 38 AM" src="https://user-images.githubusercontent.com/797/80724679-fb1ec480-8ab6-11ea-9030-212f8d0860c0.png"> After: <img width="1264" alt="Screen Shot 2020-04-30 at 7 47 25 AM" src="https://user-images.githubusercontent.com/797/80724697-ff4ae200-8ab6-11ea-9b01-074cfbb3b55f.png">
2 parents ca798d5 + 8f5a604 commit 9023f82

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

app/styles/application.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
}
1515

1616
html {
17-
background: url('/assets/noise.png');
1817
background-color: #3b6837;
1918
}
2019

public/assets/noise.png

-3.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)