Work on light mode (#75)

* Work on light mode
This commit is contained in:
Fede Álvarez
2022-06-13 18:14:04 +02:00
committed by GitHub
parent 513c921110
commit 357c3e3df9
85 changed files with 1148 additions and 162 deletions
+3
View File
@@ -52,6 +52,9 @@ const CommunitySocials = {
socialsImage {
url
}
socialsImageLight {
url
}
socialsTwitter
socialsDiscord
socialsDiscourse
+15
View File
@@ -28,6 +28,21 @@ const PartnersOportunities = {
oportunitiesItem03Links
oportunitiesItem04Links
oportunitiesItem05Links
oportunitiesImage01 {
url
}
oportunitiesImage02 {
url
}
oportunitiesImage03 {
url
}
oportunitiesImage04 {
url
}
oportunitiesImage05 {
url
}
}
}`
}
+24
View File
@@ -26,9 +26,15 @@ const ProductsWatchers = {
watchersImage {
url
}
watchersImageLight {
url
}
watchersMobileImage {
url
}
watchersMobileImageLight {
url
}
watchersItem01
watchersItem02
watchersItem03
@@ -50,9 +56,15 @@ const ProductsStack = {
stackImage {
url
}
stackImageLight {
url
}
stackSvgImg {
url
}
stackSvgImgLight {
url
}
}
}
`
@@ -73,6 +85,12 @@ const ProductsNetwork = {
networkMobileImg {
url
}
networkImgLight {
url
}
networkMobileImgLight {
url
}
}
}
`
@@ -90,6 +108,12 @@ const ProductsApp = {
appMobileImg {
url
}
appImgLight {
url
}
appMobileImgLight {
url
}
}
}
`