-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(home): Add a better using list bar (#3101)
* Add a better using bar Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org> * fix Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org> * use darkmode by default Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org> --------- Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
- Loading branch information
1 parent
60d39dc
commit 2c8a136
Showing
28 changed files
with
286 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -509,6 +509,9 @@ const config = { | |
'ruby', | ||
], | ||
}, | ||
colorMode: { | ||
defaultMode: 'dark', | ||
}, | ||
}), | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,32 @@ | ||
.benefits { | ||
margin: 1rem 2.5rem 1rem 2.5rem; | ||
background: var(--goff-benif-bg); | ||
padding: 70px 0 120px; | ||
border-radius: 1.5rem; | ||
margin: 1rem 2.5rem 1rem 2.5rem; | ||
background: var(--goff-benif-bg); | ||
padding: 70px 0 120px; | ||
border-radius: 1.5rem; | ||
} | ||
|
||
.benefitsPostItem { | ||
background-color: var(--goff-benefits-postitem-bg); | ||
box-shadow: 0 20px 25px rgba(67, 103, 90, 0.1); | ||
border-radius: 10px; | ||
margin-bottom: 50px; | ||
padding: 15px 15px 20px; | ||
transition: 0.3s ease; | ||
min-height: 30rem; | ||
background-color: var(--goff-benefits-postitem-bg); | ||
box-shadow: 0 20px 25px rgba(67, 103, 90, 0.1); | ||
border-radius: 10px; | ||
margin-bottom: 50px; | ||
padding: 15px 15px 20px; | ||
transition: 0.3s ease; | ||
min-height: 30rem; | ||
} | ||
|
||
.benefits h2 { | ||
line-height: 2rem; | ||
margin-bottom: 0.6rem; | ||
font-size: 1.2rem; | ||
display: block; | ||
color: var(--goff-main-title-color); | ||
text-decoration: none; | ||
transition: 0.3s ease; | ||
min-height: 2rem; | ||
line-height: 2rem; | ||
margin-bottom: 0.6rem; | ||
font-size: 1.2rem; | ||
display: block; | ||
color: var(--goff-main-title-color); | ||
text-decoration: none; | ||
transition: 0.3s ease; | ||
min-height: 2rem; | ||
} | ||
|
||
.benefitsPostItem p { | ||
color: var(--goff-main-ff-description); | ||
color: var(--goff-main-ff-description); | ||
} | ||
|
||
.benefitsPostItemRow { | ||
margin: 0 0.1rem 0 0.1rem; | ||
} | ||
|
||
.benefitsPostItemRow img { | ||
border-radius: 10px; | ||
} | ||
|
||
.title { | ||
text-align: center; | ||
} | ||
|
||
.title p { | ||
margin-top: 2rem; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.