From 3a7048d6362b3f4b1b42a745aef1214d2358af1c Mon Sep 17 00:00:00 2001 From: Melody Date: Sun, 17 May 2015 01:27:18 -0700 Subject: [PATCH] official colors --- flashy.css | 10 +++++++++- templates/feed.html | 19 +++++++------------ 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/flashy.css b/flashy.css index 1611b49..324e010 100644 --- a/flashy.css +++ b/flashy.css @@ -88,5 +88,13 @@ } body { - background-color: #3A263D; + background-color: #3e1944; +} + +.btn { + background-color: #673ab7; +} + +.btn-floating { + background-color: #673ab7; } diff --git a/templates/feed.html b/templates/feed.html index f936681..1408d34 100644 --- a/templates/feed.html +++ b/templates/feed.html @@ -1,7 +1,7 @@
@@ -10,22 +10,17 @@
- {{card.title}} -

{{card.content}}

+ {{card.content}}
- +
+
- - - - -
- + @@ -38,7 +33,7 @@
-