diff options
| author | Alex Yatskov <alex@foosoft.net> | 2016-04-17 19:06:57 -0700 |
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2016-04-17 19:06:57 -0700 |
| commit | d5170414af9287143a9906fd81fde49318be4617 (patch) | |
| tree | 27764bde977e1e17c36543f3f53d1b29b0584f74 /ext/fg/css | |
| parent | de268e73a613b963ea982f34ca7439d57694facd (diff) | |
Adding kanji links
Diffstat (limited to 'ext/fg/css')
| -rw-r--r-- | ext/fg/css/popup.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/fg/css/popup.css b/ext/fg/css/popup.css index 250b64f8..2e694b42 100644 --- a/ext/fg/css/popup.css +++ b/ext/fg/css/popup.css @@ -31,6 +31,12 @@ body { display: inline-block; } +.term a { + border-bottom: 1px #777 dashed; + color: #333; + text-decoration: none; +} + .rules { color: #777; display: inline-block; |