diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-16 11:41:33 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-16 11:41:33 -0700 |
commit | ccf545919054be4dc2aa9efdc7cd914c867775a8 (patch) | |
tree | 221cd925729c0bb7be161c023339410b623b9ff6 /ext/fg/css | |
parent | 80da71148a4b0607b2ba026588f42554c73e9a25 (diff) |
WIP
Diffstat (limited to 'ext/fg/css')
-rw-r--r-- | ext/fg/css/popup.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/fg/css/popup.css b/ext/fg/css/popup.css index 55daa25a..cef0a994 100644 --- a/ext/fg/css/popup.css +++ b/ext/fg/css/popup.css @@ -34,6 +34,10 @@ body { display: inline-block; } +.tags { + color: #777; +} + .glossary { font-size: 12pt; } |