From e12cff51d078561752e301b07fe42a063dd9cbf8 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 20 Sep 2022 21:20:13 +0100 Subject: [PATCH] Yet more styling --- issue.php | 16 ++++++++++------ styles/style.css | 5 +++++ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/issue.php b/issue.php index 22bb965..5169b03 100644 --- a/issue.php +++ b/issue.php @@ -49,14 +49,18 @@

- On submission of this form, your browsers User Agent string will be - collected alongside the information you provide above and will be - posted to git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues. + + On submission of this form, your browsers User Agent string will be + collected alongside the information you provide above and will be + posted to git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues. +

- Your user agent is: -
- + + Your user agent is: +
+ +


diff --git a/styles/style.css b/styles/style.css index 6f3e75e..724f194 100644 --- a/styles/style.css +++ b/styles/style.css @@ -40,11 +40,16 @@ body { } .form-info { + color: #3c78d8; font-size: 17px; font-weight: bolder; margin-bottom: 4px; } +.form-description { + color: #3c78d8; +} + .lookup-button { background-color: #3c78d8; color: #f6f5f4;