Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/css/main.css

Issue 29720653: Fixes #30 - Adjustments to hero unit section of index page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed #13 & #14 Created March 14, 2018, 2:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/css/index.css ('k') | static/img/hero-video.jpg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -200,36 +200,36 @@
{
display: block;
width: 100%;
}
}
.button.primary
{
- color: #fff;
- background-color: #c70d2c;
+ color: #fff !important;
+ background-color: #c70d2c !important;
box-shadow: 0px 2px 5px #95989A;
}
.button.primary:hover
{
- background-color: #E00F32;
+ background-color: #E00F32 !important;
}
.button.primary:active
{
- background-color: #AD102A;
+ background-color: #AD102A !important;
}
.button.accent,
.button.accent:visited
{
- background: #077CA6;
- color: #fff;
+ background: #077CA6 !important;
+ color: #fff !important;
margin-left: 2px;
margin-right: 2px;
}
.button.accent:hover,
.button.accent:active,
.button.accent:focus
{
« no previous file with comments | « static/css/index.css ('k') | static/img/hero-video.jpg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld