diff --git a/sass/_ansible-banner.scss b/sass/_ansible-banner.scss index de697a8..d13d070 100644 --- a/sass/_ansible-banner.scss +++ b/sass/_ansible-banner.scss @@ -1,12 +1,13 @@ .ansible-banner { - background: $pool; - width: 100%; + background: $light-pool; + margin-top: 1.2rem; .ansible-banner-text { display: flex; justify-content: center; text-align: center; - color: $white; + color: $black; padding-top: 1.2rem; + line-height: 2.2rem; a { color: $cyan; } diff --git a/sass/_colors.scss b/sass/_colors.scss index 4957ba3..1f6bdbe 100644 --- a/sass/_colors.scss +++ b/sass/_colors.scss @@ -1,6 +1,7 @@ $white: #ffffff; $black: #000000; $pool: #5cbec1; +$light-pool: #aedfe0; $cyan: #004080; $navy: #102441; $light-grey: #CCCCCC; diff --git a/templates/_ansible-banner.html b/templates/_ansible-banner.html index 31a1feb..46161d3 100644 --- a/templates/_ansible-banner.html +++ b/templates/_ansible-banner.html @@ -1,9 +1,15 @@ -
-
-

- We want to hear from you! Help us gain insights into the state of the - Ansible ecosystem by taking the - Ansible Project Survey 2024 -

+
+
+
+
+
+

+ We want to hear from you! Help us gain insights into the state of the + Ansible ecosystem.
+ Take the Ansible Project Survey 2024 +

+
+
+
-
+
\ No newline at end of file