Skip to content

Commit

Permalink
feat: Changed resources color from blue to orange (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: MMaiero <[email protected]>
  • Loading branch information
MMaiero authored Dec 13, 2024
1 parent 8ea401b commit 0a6cb97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Other platforms may be supported leveraging the proper generic installers for th

Additionally, Eclipse Kura is available as a Docker container (x86_64 only) and can be distributed via [Docker Hub](https://hub.docker.com/r/eclipse/kura/).


{{</ grid/div >}}

{{< pages/home/resources >}}
Expand Down
5 changes: 5 additions & 0 deletions less/components/_resources.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
//== Resources Section
@resources-gap: 3rem;

.bg-primary{
background-color: #F26920;
}

.resource-section {
padding: 1rem 1rem 6rem 1rem;
border-radius: 1rem;
Expand Down Expand Up @@ -83,6 +87,7 @@

a {
text-transform: uppercase;
color: #F26920;
}
}

Expand Down

0 comments on commit 0a6cb97

Please sign in to comment.