Skip to content

Commit

Permalink
Change colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to committed May 16, 2022
1 parent 0317cfd commit 0aaa9f5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
4 changes: 3 additions & 1 deletion assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ Add styles or override variables from the theme here.
*/

$primary: #2E3192 !default;
$primary: #0071BC !default;
$secondary: #FF9DAC !default;
$success: #2E3192 !default;
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ copyright = "The Komapper Authors"
# privacy_policy = "https://policies.google.com/privacy"

# First one is picked as the Twitter card image if not set on page.
images = ["https://www.komapper.org/background.jpg"]
images = ["https://www.komapper.org/background.png"]

# Menu title if your navbar has a versions selector to access old versions of your site.
# This menu appears only if you have at least one [params.versions] set.
Expand Down
4 changes: 2 additions & 2 deletions content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a class="btn btn-lg btn-success mr-3 mb-4" href='{{< relref "/docs" >}}'>
Documentation <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
<a class="btn btn-lg btn-success mr-3 mb-4" href="https://github.com/komapper/komapper">
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/komapper/komapper">
Repository <i class="fab fa-github ml-2 "></i>
</a>
<p class="lead mt-5">Simplify database access for server-side Kotlin!</p>
Expand All @@ -18,7 +18,7 @@
{{< /blocks/cover >}}


{{% blocks/lead color="light" %}}
{{% blocks/lead color="info" %}}
Komapper is an ORM library for server-side Kotlin.
{{% /blocks/lead %}}

Expand Down
Binary file removed content/en/background.jpg
Binary file not shown.
Binary file added content/en/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ weight: 20
menu:
main:
weight: 20
pre: <i class='fas fa-book'></i>
---
4 changes: 2 additions & 2 deletions content/ja/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a class="btn btn-lg btn-success mr-3 mb-4" href='{{< relref "/docs" >}}'>
ドキュメント <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
<a class="btn btn-lg btn-success mr-3 mb-4" href="https://github.com/komapper/komapper">
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/komapper/komapper">
リポジトリ <i class="fab fa-github ml-2 "></i>
</a>
<p class="lead mt-5">サーバーサイドKotlinのデータベースアクセスを簡単に!</p>
Expand All @@ -19,7 +19,7 @@
</div>
{{< /blocks/cover >}}

{{% blocks/lead color="light" %}}
{{% blocks/lead color="info" %}}
KomapperはサーバーサイドKotlinのためのORMライブラリです。
{{% /blocks/lead %}}

Expand Down
1 change: 0 additions & 1 deletion content/ja/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ weight: 20
menu:
main:
weight: 20
pre: <i class='fas fa-book'></i>
---

0 comments on commit 0aaa9f5

Please sign in to comment.