diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-15 22:33:13 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-15 22:33:13 -0700 |
commit | aa288d524b94cda8bc15db9c40ea4e3dbd0c68db (patch) | |
tree | 970940fa45e332153f18d30eba100ccfe46e4a4c /ext/fg | |
parent | 77761a953876a22f08df20a503ca3de131cf3ac8 (diff) |
Styling
Diffstat (limited to 'ext/fg')
-rw-r--r-- | ext/fg/css/popup.css | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/ext/fg/css/popup.css b/ext/fg/css/popup.css index 3eba23ee..55daa25a 100644 --- a/ext/fg/css/popup.css +++ b/ext/fg/css/popup.css @@ -17,15 +17,31 @@ */ body { - font-family: sans-serif; - font-size: 12pt; + background-color: #fff; + color: #000; + font-family: sans-serif; + font-size: 12pt; } .expression { font-family: serif; font-size: 18pt; + display: inline-block; +} + +.rules { + color: #777; + display: inline-block; } .glossary { font-size: 12pt; } + +li { + color: #777; +} + +li span { + color: #000; +} |