diff options
Diffstat (limited to 'ext')
| -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;  } |