From 7719fd349b944ea7d66336fc4cb350f8aa7e9148 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 21 Dec 2016 22:50:08 -0500 Subject: [PATCH] Tweak style colors. --- static/styles/amarr.css | 4 ++-- static/styles/gallente.css | 4 ++-- static/styles/minmatar.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/static/styles/amarr.css b/static/styles/amarr.css index dadb13c..2447653 100644 --- a/static/styles/amarr.css +++ b/static/styles/amarr.css @@ -3,11 +3,11 @@ body { } .styled-border { - border-color: #5F4A26; + border-color: #584A26; } #character-options:before { - border-bottom-color: #5F4A26; + border-bottom-color: #584A26; } a { diff --git a/static/styles/gallente.css b/static/styles/gallente.css index 4fca5b0..fe5b878 100644 --- a/static/styles/gallente.css +++ b/static/styles/gallente.css @@ -3,11 +3,11 @@ body { } .styled-border { - border-color: #365F4A; + border-color: #284A36; } #character-options:before { - border-bottom-color: #365F4A; + border-bottom-color: #284A36; } a { diff --git a/static/styles/minmatar.css b/static/styles/minmatar.css index 3e29419..01b125e 100644 --- a/static/styles/minmatar.css +++ b/static/styles/minmatar.css @@ -3,11 +3,11 @@ body { } .styled-border { - border-color: #5F3C42; + border-color: #5F3632; } #character-options:before { - border-bottom-color: #5F3C42; + border-bottom-color: #5F3632; } a {