From 949c75e1bde5329b084c2e5e5a5688f548fa6147 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 9 Feb 2020 00:12:13 +0000 Subject: style(web/homepage): Flip colours for misc/blog --- web/homepage/static/tazjin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/homepage/static/tazjin.css') diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css index 36f5c18ba7..bedb9f2617 100644 --- a/web/homepage/static/tazjin.css +++ b/web/homepage/static/tazjin.css @@ -75,7 +75,7 @@ h1, h2, h3 { flex-grow: 1; } -.blog { +.misc { color: #268bd2; border-color: #268bd2; } @@ -85,7 +85,7 @@ h1, h2, h3 { border-color: #9e95c7; } -.misc { +.blog { color: #95a99f; border-color: #95a99f; } -- cgit 1.4.1