From aa97fe5ef060b9247dc38df0e2c55a3d4ebeb8be Mon Sep 17 00:00:00 2001 From: "mr. keith" Date: Mon, 6 Apr 2015 22:49:42 -0700 Subject: [PATCH] better ui colors Former-commit-id: c5418af7b0e634a3d7a5561ec4569f51cbfb1139 Former-commit-id: 8f166dc61e665c20af67496c17fe66a05d1462be --- client/stylus/app.styl | 2 +- client/stylus/dimension.styl | 4 ++-- client/stylus/nav.styl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/stylus/app.styl b/client/stylus/app.styl index f369ec0a..90a6a077 100644 --- a/client/stylus/app.styl +++ b/client/stylus/app.styl @@ -187,7 +187,7 @@ h2, h3 position relative overflow hidden borderColor = #eee - border-bottom 2px solid lighten(borderColor, 95%) + border-bottom 2px solid borderColor box-shadow 0 1px 5px -1px borderColor // two lines simulating 8x11 paper &:after diff --git a/client/stylus/dimension.styl b/client/stylus/dimension.styl index 2f19a3a0..4304877e 100644 --- a/client/stylus/dimension.styl +++ b/client/stylus/dimension.styl @@ -4,11 +4,11 @@ body .dimension text-align center .dimension-logo - bottom grid * 8 + bottom grid * 11 left -(grid / 2) .fb-like display block - bottom -17px + bottom 15px left grid * 2.3 position relative min-width 123px diff --git a/client/stylus/nav.styl b/client/stylus/nav.styl index e3288665..564f574c 100644 --- a/client/stylus/nav.styl +++ b/client/stylus/nav.styl @@ -45,7 +45,7 @@ nav // the menu ul background rgba(#fff, .8) - border 1px solid #fafafa + border 1px solid #fff padding grid (grid * 2) margin 0 list-style-type none