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

Commit 2b8edb1

Browse files
Claudio Procidafacebook-github-bot
authored andcommitted
style(website): Removes desaturation (#2504)
Summary: **Summary** Removes the desaturation applied to the Draft.js website and restores its original color **Test Plan** Manual tests with `cd website && yarn start` ## Before <img width="1392" alt="Screen Shot 2020-07-18 at 12 23 03 PM" src="https://user-images.githubusercontent.com/860099/87850561-742cfb80-c8f1-11ea-80d0-fcbbfd5e13ff.png"> ## After <img width="1392" alt="Screen Shot 2020-07-18 at 12 22 53 PM" src="https://user-images.githubusercontent.com/860099/87850564-78591900-c8f1-11ea-85f3-855d8de491f5.png"> Pull Request resolved: #2504 Reviewed By: mrkev Differential Revision: D22617216 Pulled By: claudiopro fbshipit-source-id: fc5c8622814bb6d890bd133edbf4a4a4095079fe
1 parent 744a419 commit 2b8edb1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

website/src/css/custom.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,6 @@
1616
--ifm-code-font-size: 95%;
1717
}
1818

19-
.navbar {
20-
filter: grayscale(100%);
21-
}
22-
23-
.menu {
24-
filter: grayscale(100%);
25-
}
26-
27-
.hero {
28-
filter: grayscale(100%);
29-
}
30-
31-
.container {
32-
filter: grayscale(100%);
33-
}
34-
3519
.main-wrapper a:link:not(.button) {
3620
text-decoration: underline;
3721
}

0 commit comments

Comments
 (0)