diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-08-07 13:42:10 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-08-07 13:42:10 -0700 |
commit | a9e86544c176ad8295c1df83924778fa45421461 (patch) | |
tree | 111100c997cb0a9a960512990e4cf45e23fa6df3 /ext/fg/css/frame.css | |
parent | 3c9f2c6a2e50617dbad4412f89fb37fb125bc3d0 (diff) |
Work on tags
Diffstat (limited to 'ext/fg/css/frame.css')
-rw-r--r-- | ext/fg/css/frame.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; } |