Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design System Audit Color Swap Red #3730

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
esantiano marked this conversation as resolved.
Show resolved Hide resolved
}

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