From dc032ff328fc5e7db3a2ce807ce07c71a1c2d200 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 13 Jun 2017 20:18:04 -0700 Subject: Add sass for newsfeed --- app/src/main/assets/css/core/_colors.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'app/src/main/assets/css/core/_colors.scss') diff --git a/app/src/main/assets/css/core/_colors.scss b/app/src/main/assets/css/core/_colors.scss index 718c1e62..8dc964ba 100644 --- a/app/src/main/assets/css/core/_colors.scss +++ b/app/src/main/assets/css/core/_colors.scss @@ -1,11 +1,10 @@ $transparent: transparent !default; //Keep above as first line so partials aren't compiled +//Our default colors are test colors; production files should always import the actual colors -//$text: #f0f; -//$background: #f00; -//$background2: rgba(#ff0, 0.1); - -$text: #fff !default; -$background: #000 !default; +$text: #d7b0d7 !default; +$link: #8c8dd6 !default; +$background: #451515 !default; $background2: rgba(lighten($background, 10%), 0.1) !default; +$divider: rgba($text, 0.3) !default; -- cgit v1.2.3