From 8a6b806fa9fc6c3c76946314a269f01ca0e6c572 Mon Sep 17 00:00:00 2001 From: Dawn Pattison Date: Mon, 24 Apr 2017 11:32:28 -0400 Subject: [PATCH] LawArXiv color changes. --- app/styles/brands/lawarxiv.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/styles/brands/lawarxiv.scss b/app/styles/brands/lawarxiv.scss index b5096117c..4e06927fe 100644 --- a/app/styles/brands/lawarxiv.scss +++ b/app/styles/brands/lawarxiv.scss @@ -1,13 +1,13 @@ @import 'brand'; @include brand( - #9f9a96, // Color, theme color #1 (header backgrounds, hover backgrounds) - #f6eded, // Color, theme color #2 (text color mostly, usually white or black) + #ceccca, // Color, theme color #1 (header backgrounds, hover backgrounds) + black, // Color, theme color #2 (text color mostly, usually white or black) #e1994e, // Color, theme color #3 (navbar color, preferably a dark color) - #f6eded, // Color, theme color #4 (used in link colors) + black, // Color, theme color #4 (used in link colors) #b85922, // Color, theme color #5 (text color that contrasts with #2, usually black or white) $logo-dir + 'lawarxiv-logo.png', // String, path to the rectangular provider logo - $logo-dir + 'lawarxiv-logo.png', // String, path to the square provider logo + $logo-dir + 'lawarxiv-dark.png', // String, path to the square provider logo false, // Boolean, whether to use the white share logo or not true, // Boolean, whether to use theme color 4 or theme color 2 for the navbar link color true // Boolean, whether to use the contracts link color (theme color 4)