Skip to content

Commit

Permalink
Design System Audit Color Swap Red (hackforla#3730)
Browse files Browse the repository at this point in the history
* all instances of #fa114f changed to $color-red

* removed lines 46-48 and added span tag with color class to lines 116 and 119.

* changed instances of rgb(255, 173, 173) changed to $color-salmon

* Changed instances of rgb(250, 17, 79) to $color-red
  • Loading branch information
esantiano authored Dec 10, 2022
1 parent 6002ae3 commit 34e1fb8
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions _guide-pages/how-to-set-reminders-in-slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ guide-author:
---

<style>

code {
color: #FA114F;
color: $color-red;
}

h1 {
Expand Down Expand Up @@ -117,10 +117,10 @@ Reminders can be set up in two ways:
![alt_text](../assets/images/guides/how-to-set-reminders-in-slack/image10.png#content "image_tooltip")

2. To Whom? @ or # <br>

<span class="color-red">
`If to a specific person: @someone` <br>
`If the entire channel: #channel`

<span>
3. In quotes write the reminder text you want the Bot to send out.

4. Last, input day and time you want the Bot to send out the message. **NOTE: the time zone listed will be your time zone.**
Expand Down
4 changes: 2 additions & 2 deletions _layouts/guides.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ <h1>Guide Authors</h1>
</div>

<p><b>Help us make this guide better:</b></p>
<p>If you are a member of the Hack for LA community you can post any comments directly in the iterative version of this guide: <a href="https://www.google.com/"style="color: #fa114f;" >{{page.title}}</a>.</p>
<p>If you are a member of the Hack for LA community you can post any comments directly in the iterative version of this guide: <a href="https://www.google.com/"style="color: $color-red;" >{{page.title}}</a>.</p>

<p>If you are outside the Hack for LA community, please use this <a href="https://www.google.com/"style="color: #fa114f;" >feedback form</a> to provide suggestions for improvement or how the guide is useful for you.</p>
<p>If you are outside the Hack for LA community, please use this <a href="https://www.google.com/"style="color: $color-red;" >feedback form</a> to provide suggestions for improvement or how the guide is useful for you.</p>

</div>

Expand Down
8 changes: 4 additions & 4 deletions _sass/components/_about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ a.anchor {
float: right;
transform: rotate(-45deg);
transition: transform 0.25s ease-in;
color: rgb(250, 17, 79);
color: $color-red;
font-weight: bolder;
font-size: 24px;
}
Expand All @@ -173,7 +173,7 @@ a.anchor {
float: right;
transform: rotate(-45deg);
transition: transform 0.25s ease-in;
color: rgb(250, 17, 79);
color: $color-red;
font-weight: bolder;
font-size: 24px;
}
Expand Down Expand Up @@ -207,7 +207,7 @@ a.anchor {
position: absolute;
margin-left: 10px;
transform: rotate(-45deg);
color: rgb(250, 17, 79);
color: $color-red;
font-weight: bolder;
font-size: 16px;
}
Expand All @@ -224,7 +224,7 @@ a.anchor {
position: absolute;
margin-left: 10px;
transform: rotate(135deg);
color: rgb(250, 17, 79);
color: $color-red;
font-weight: bolder;
font-size: 16px;
}
Expand Down
8 changes: 4 additions & 4 deletions _sass/components/_guides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

.hero-heading--guides {
text-decoration: underline;
text-decoration-color: #fa114f;
text-decoration-color: $color-red;
}

/* ==========================================================*/
Expand All @@ -45,7 +45,7 @@
/* ==========================================================*/

.guide-links a {
color: #fa114f;
color: $color-red;
}

.guide-links ul {
Expand Down Expand Up @@ -91,7 +91,7 @@ img[src*='#examples'] {
z-index: 99;
border: none;
outline: none;
background-color: #fa114f;
background-color: $color-red;
color: white;
cursor: pointer;
padding: 15px;
Expand Down Expand Up @@ -137,7 +137,7 @@ img[src*='#examples'] {
}

.sticky-nav--guides a {
color: #fa114f;
color: $color-red;
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion _sass/components/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ button {
}

.status-Completed {
background-color: rgb(255, 173, 173);
background-color: $color-salmon;
}

.project-card-field-inline {
Expand Down
2 changes: 1 addition & 1 deletion _sass/components/_projects-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
}

.status-Completed {
background-color: rgb(255, 173, 173);
background-color: $color-salmon;
}

.project-card-field-inline {
Expand Down
2 changes: 1 addition & 1 deletion _sass/components/_projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
}

.status-Completed {
background-color: rgb(255, 173, 173);
background-color: $color-salmon;
}

.project-card-field-inline {
Expand Down
2 changes: 1 addition & 1 deletion pages/guides.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h1>Guide Authors</h1>
</div>

<p><b>Help us make this guide better:</b></p>
<p>If you are a member of the Hack for LA community you can post any comments directly in the iterative version of this guide: <a href="https://www.google.com/"style="color: #fa114f;" >{{page.title}}</a>.</p>
<p>If you are a member of the Hack for LA community you can post any comments directly in the iterative version of this guide: <a href="https://www.google.com/"style="color: $color-red;" >{{page.title}}</a>.</p>

<p>If you are outside the Hack for LA community, please use this feedback form to provide suggestions for improvement or how the guide is useful for you.</p>

Expand Down

0 comments on commit 34e1fb8

Please sign in to comment.