diff --git a/sapl/static/styles/app.scss b/sapl/static/styles/app.scss index 8d1c946c7..2170886a6 100644 --- a/sapl/static/styles/app.scss +++ b/sapl/static/styles/app.scss @@ -170,7 +170,7 @@ fieldset { .homeBlock { display: inline-block; position: relative; - background-color: #EBEBEB; + background-color: #F3F3F3; width: 190px; height: 260px; margin: 3px; @@ -214,6 +214,7 @@ fieldset { display: block; line-height: 13px; font-size: 80%; + color: white; } .homeIcon { @@ -222,7 +223,7 @@ fieldset { width: 105px; height: 105px; border-radius: 50%; - background: #27ae60; + background: #364347; z-index: 1; } @@ -232,7 +233,7 @@ fieldset { width: 100%; height: 100%; border-radius: 50%; - background: #27ae60; + background: #364347; top: 0; left: 0; transform: scale(0.95); @@ -260,11 +261,11 @@ fieldset { .homeFront h2 { position: absolute; - margin-top: 14px; - font-size: 20px; + margin-top: 18px; + font-size: 22px; font-weight: 700; color: #595959 !important; - width: 88%; + width: 100%; padding: 0 6%; z-index: 0; } diff --git a/sapl/templates/index.html b/sapl/templates/index.html index bec1dc747..f2ea8c18a 100644 --- a/sapl/templates/index.html +++ b/sapl/templates/index.html @@ -2,6 +2,8 @@ {% load i18n staticfiles %} {% block title%} + +