Skip to content

Commit 4623e81

Browse files
Fixed white color for both dark and white mode
Signed-off-by: Rajesh-Nagarajan-11 <[email protected]>
1 parent 12da2f6 commit 4623e81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sections/Community/Handbook/Handbook.style.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ export const HandbookWrapper = styled.div`
9292
background: rgb(71,126,150);
9393
background: linear-gradient(250deg, rgba(71,126,150,1) 0%, rgba(0,179,159,1) 35%, rgba(60,73,79,1) 100%);
9494
padding: 3rem 0;
95+
h1 {
96+
color: white;
97+
}
9598
@media (max-width: 680px) {
9699
padding: 2rem 0;
97100
h1 {

0 commit comments

Comments
 (0)