Skip to content

Commit

Permalink
LawArXiv color changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pattisdr committed Apr 24, 2017
1 parent 27f067d commit 8a6b806
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/styles/brands/lawarxiv.scss
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 8a6b806

Please sign in to comment.