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

change color to yellow #5055

Merged
merged 1 commit into from
Aug 23, 2019
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
7 changes: 6 additions & 1 deletion app/assets/v2/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,11 @@ input[type=text].loading {
}
}

.bottom_notification-yellow {
background-color: #ffce08;
color: #000;
}

.metamask_recc {
width: 45%;
display: inline-block;
Expand Down Expand Up @@ -739,7 +744,7 @@ input[type=text].loading {
}

.bottom_notification a {
color: white;
color: currentColor;
text-decoration: underline;
margin-left: 5px;
}
Expand Down
2 changes: 1 addition & 1 deletion app/retail/templates/shared/top_nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{% load i18n static matches %}

<!--- Top Row Notification -->
<div class="row bottom_notification font-caption" style="text-align: center;">
<div class="row bottom_notification font-caption bottom_notification-yellow" style="text-align: center;">
<span style="text-align: center; margin: auto;">
{% blocktrans %}The <strong>Ethereal Blocks</strong> Hackathon runs August 28th to September 11th, 2019 - <a href="https://hackathons.gitcoin.co/ethereal-blocks/">Check out the Details</a>.{% endblocktrans %}
</span>
Expand Down