From f0e367ce14bf5192a3576a2c0ef109828c4c9531 Mon Sep 17 00:00:00 2001 From: David Miller Date: Sat, 5 Jun 2021 20:21:10 -0400 Subject: [PATCH] change text color of form success submit message --- dist/css/styles.css | 2 +- dist/index.html | 2 +- dist/js/scripts.js | 2 +- package-lock.json | 2 +- package.json | 2 +- src/pug/index.pug | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/css/styles.css b/dist/css/styles.css index cc8d9db..97c4a28 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! -* Start Bootstrap - Agency v7.0.2 (https://startbootstrap.com/theme/agency) +* Start Bootstrap - Agency v7.0.3 (https://startbootstrap.com/theme/agency) * Copyright 2013-2021 Start Bootstrap * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE) */ diff --git a/dist/index.html b/dist/index.html index 03642d1..9b2be18 100644 --- a/dist/index.html +++ b/dist/index.html @@ -352,7 +352,7 @@
-
+
Form submission successful!
To activate this form, sign up at
diff --git a/dist/js/scripts.js b/dist/js/scripts.js index dcc3212..7950696 100644 --- a/dist/js/scripts.js +++ b/dist/js/scripts.js @@ -1,5 +1,5 @@ /*! -* Start Bootstrap - Agency v7.0.2 (https://startbootstrap.com/theme/agency) +* Start Bootstrap - Agency v7.0.3 (https://startbootstrap.com/theme/agency) * Copyright 2013-2021 Start Bootstrap * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE) */ diff --git a/package-lock.json b/package-lock.json index 6465fdc..8a862e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "startbootstrap-agency", - "version": "7.0.1", + "version": "7.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f677ac4..20e6781 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Agency", "name": "startbootstrap-agency", - "version": "7.0.2", + "version": "7.0.3", "scripts": { "build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets", "build:assets": "node scripts/build-assets.js", diff --git a/src/pug/index.pug b/src/pug/index.pug index fb4dbdf..0f9dcf1 100644 --- a/src/pug/index.pug +++ b/src/pug/index.pug @@ -344,7 +344,7 @@ html(lang='en') // has successfully submitted #submitSuccessMessage.d-none - .text-center.mb-3 + .text-center.text-white.mb-3 .fw-bolder Form submission successful! | To activate this form, sign up at br