From a9e86544c176ad8295c1df83924778fa45421461 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 7 Aug 2016 13:42:10 -0700 Subject: [PATCH] Work on tags --- ext/fg/css/frame.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css index ab49fb50..68efa9c6 100644 --- a/ext/fg/css/frame.css +++ b/ext/fg/css/frame.css @@ -58,6 +58,14 @@ body { background-color: #0275d8; } +.tag-frequent { + background-color: #5bc0de; +} + +.tag-archaism { + background-color: #d9534f; +} + .action-bar { float: right; }