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

Unified Diff: static/scss/base/_variables.scss

Issue 29602557: Issue 5852 - Change hover/focus/active colour for accordion menu on help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Nov. 9, 2017, 9:29 a.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 | « no previous file | static/scss/components/_accordion.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/base/_variables.scss
===================================================================
--- a/static/scss/base/_variables.scss
+++ b/static/scss/base/_variables.scss
@@ -15,18 +15,18 @@
// along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>.
// Colors
////////////////////////////////////////////////////////////////////////////////
// Grayscale
$white: #fff;
-$gray: #D2D2D2;
$gray-light: #ECECEC;
+$gray: #C4C4C4;
ire 2017/11/09 09:32:57 I also re-ordered this placement so it goes from w
ire 2017/11/09 09:32:57 This new colour was so close to the original $gray
$gray-medium: #AEAEAE;
$gray-dark: #757575;
$black: #161616;
// Brand colors
$eyeo-black: $black;
$abp-red: #C70D2B;
« no previous file with comments | « no previous file | static/scss/components/_accordion.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld