From dae80e4eca95e6b49c2ab11a13cd3b28f93eaaec Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 10 Jul 2024 17:54:36 -0400 Subject: [PATCH] fix: styling and formatting of text on contacts page --- _layouts/contact.html | 14 ++++++-------- _sass/_dark.scss | 2 +- _sass/base.scss | 6 +++--- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/_layouts/contact.html b/_layouts/contact.html index 723bb40..c2aea5e 100644 --- a/_layouts/contact.html +++ b/_layouts/contact.html @@ -14,7 +14,7 @@

Contact us to take your security posture to the next level.

We look forward to learning about your project and helping you bolster your security program.

-

Meet The Team

+

Meet The Team

Lance Vick | lance@distrust.co | PGP

Ryan Heywood | ryan@distrust.co | PGP

Danny Grove | danny@distrust.co | PGP

@@ -66,12 +66,11 @@ - + - - @@ -80,8 +79,7 @@ @@ -129,4 +127,4 @@ } - \ No newline at end of file + diff --git a/_sass/_dark.scss b/_sass/_dark.scss index ea4372f..d854972 100644 --- a/_sass/_dark.scss +++ b/_sass/_dark.scss @@ -9,7 +9,7 @@ --selection-text: #000; --background-color: #282828; --text-color: var(--base-color); - --placeholder-color: var(--base-color); + --placeholder-color: rgba(0, 0, 0, 0.5); --link-color: var(--base-color); --code-color-1: #aaaaaa; --code-color-2: #ffffcc; diff --git a/_sass/base.scss b/_sass/base.scss index ec9f7ea..bf69c1a 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -435,8 +435,8 @@ textarea { * Contact Form */ .required:after { - content: " *"; - color: white; + content: "*"; + color: red; } .form-label { @@ -1012,4 +1012,4 @@ body { padding-top: 50px; padding-left: 10px; } -} \ No newline at end of file +}