Skip to content

Commit

Permalink
feat: update css and removed default color in cover page
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakMukhopadhyay committed Jan 30, 2025
1 parent 9f5f233 commit 87e7141
Show file tree
Hide file tree
Showing 4 changed files with 279 additions and 621 deletions.
9 changes: 9 additions & 0 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
$primary: #326ce5;
$secondary: #303030;

$display-font-sizes: (
1: 3rem,
2: 2.5rem,
3: 2rem,
4: 1.75rem
);

$display-font-weight: $font-weight-bold;
3 changes: 1 addition & 2 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ description: Welcome to the Kubernetes Contributor Community!
{{< blocks/cover
title="Welcome to the Kubernetes Contributor Community!"
image_anchor="top"
height="full"
color="orange" >}}
height="full" >}}

{{< /blocks/cover >}}

Expand Down
Loading

0 comments on commit 87e7141

Please sign in to comment.