From dd04dedd2d479773b19fcecefb565853f7f7dc74 Mon Sep 17 00:00:00 2001 From: Eduardo Vazquez <80133388+vazquezea96@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:03:43 -0700 Subject: [PATCH] Updated font color for job posting button. --- static/css/style.css | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 7670783c..69f4786e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -127,7 +127,7 @@ p { position: absolute; top: 20px; right: -30px; - background: linear-gradient(135deg, #0093B5 0%, #05556d 100%); + background: linear-gradient(135deg, #0093b5 0%, #05556d 100%); color: white; padding: 8px 40px; font-size: 0.8rem; @@ -386,7 +386,11 @@ p { } .mc-closeModal { - text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; + text-shadow: + -1px -1px 0 #000, + 1px -1px 0 #000, + -1px 1px 0 #000, + 1px 1px 0 #000; } .main-content { @@ -406,7 +410,8 @@ p { justify-content: flex-end; width: 100%; height: 75vh; - background: url(../img/three-participants-at-laptops-min.jpg) #0093b5 no-repeat top right fixed; + background: url(../img/three-participants-at-laptops-min.jpg) #0093b5 + no-repeat top right fixed; background-size: cover; } @@ -452,7 +457,8 @@ p { justify-content: flex-end; width: 100%; height: 100vh; - background: url(../img/2024-H2-Launch-Celebration-min.png) #0093b5 no-repeat top fixed; + background: url(../img/2024-H2-Launch-Celebration-min.png) #0093b5 no-repeat + top fixed; background-size: cover; } @@ -845,7 +851,8 @@ table.mentor td:first-of-type { .main-header { display: block; position: relative; - background: url(../img/three-participants-at-laptops-min.jpg) #0093b5 no-repeat top center; + background: url(../img/three-participants-at-laptops-min.jpg) #0093b5 + no-repeat top center; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; @@ -895,7 +902,8 @@ table.mentor td:first-of-type { position: relative; /*create the upper and lower lines as pseudo-elements of the middle line*/ } - .lines:before, .lines:after { + .lines:before, + .lines:after { display: inline-block; width: 3rem; height: 0.4285714286rem; @@ -927,7 +935,8 @@ table.mentor td:first-of-type { background: transparent; /*overlay the lines by setting both their top values to 0*/ } - .lines-button.x.close .lines:before, .lines-button.x.close .lines:after { + .lines-button.x.close .lines:before, + .lines-button.x.close .lines:after { transform-origin: 50% 50%; top: 0; width: 2.5em; @@ -1301,8 +1310,8 @@ legend { color: rgba(0, 115, 149, 0.8); } -#info-wrapper > fieldset > input[type=text], -#info-wrapper > fieldset > input[type=email], +#info-wrapper > fieldset > input[type="text"], +#info-wrapper > fieldset > input[type="email"], #info-wrapper > fieldset > textarea { min-width: 90%; margin: auto auto 1em auto; @@ -1315,7 +1324,7 @@ legend { min-height: 6em; } -input[type=radio] { +input[type="radio"] { width: 50px; } @@ -1365,7 +1374,7 @@ input#code-of-conduct-checkbox { margin-right: 15px; } -label[for=code-of-conduct-checkbox] ~ a { +label[for="code-of-conduct-checkbox"] ~ a { color: rgba(0, 115, 149, 0.8); text-decoration: none; } @@ -1457,7 +1466,7 @@ button.disabled { } .success-container h2 { - color: #28a745; + color: white; margin-bottom: 20px; }