diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-12-05 00:55:00 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-12-05 00:55:00 -0500 |
| commit | 8f38587e5c92e1339e84cd0093a2fd8902b0a9db (patch) | |
| tree | bf8c53bde1b1db22768dbcfbb14e37ab64ed4373 /static/main.css | |
| parent | 42a9c159c9f23f63ec028af050b4f31144e5b7a8 (diff) | |
| download | famille-flask-8f38587e5c92e1339e84cd0093a2fd8902b0a9db.tar.gz | |
Tooltips, icons
Diffstat (limited to 'static/main.css')
| -rw-r--r-- | static/main.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/main.css b/static/main.css index e7e3f01..57e6ba0 100644 --- a/static/main.css +++ b/static/main.css @@ -21,6 +21,10 @@ nav .fa { margin-left: 1em; } +a .fa { + color: black; +} + .login { margin:10em auto -}
\ No newline at end of file +} |
