diff --git a/content/_index.md b/content/_index.md index 07b5e2a..4d8e1aa 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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/). - {{}} {{< pages/home/resources >}} diff --git a/less/components/_resources.less b/less/components/_resources.less index 7d27ae2..b903e03 100644 --- a/less/components/_resources.less +++ b/less/components/_resources.less @@ -15,6 +15,10 @@ //== Resources Section @resources-gap: 3rem; +.bg-primary{ + background-color: #F26920; +} + .resource-section { padding: 1rem 1rem 6rem 1rem; border-radius: 1rem; @@ -83,6 +87,7 @@ a { text-transform: uppercase; + color: #F26920; } }