diff --git a/webcompat/static/css/src/form.css b/webcompat/static/css/src/form.css index b8e45e6db..718d7548d 100644 --- a/webcompat/static/css/src/form.css +++ b/webcompat/static/css/src/form.css @@ -89,6 +89,15 @@ font-weight: 700; } +/* form text privacy */ +.form-text-privacy { + background-color: var(--base-colorDark); + border-radius: 5px; + font-size: 14px; + padding: 6px; + text-align: center; +} + /* * Form input[type="text"], textarea (text-field) */ .text-field { diff --git a/webcompat/templates/home-page/form.html b/webcompat/templates/home-page/form.html index 0911b7054..39fd3c499 100644 --- a/webcompat/templates/home-page/form.html +++ b/webcompat/templates/home-page/form.html @@ -145,6 +145,10 @@

Report Site Issue

{% if session.username %}Report as {{ session.username }}{% else %}Report via GitHub{% endif %} +
+ All information included in this report will be publicly visible. + Learn More +