diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 8d19477..62f0c50 100644 --- a/static/style.css +++ b/static/style.css @@ -44,9 +44,13 @@ a { width: 100%; } -#copyright-text { +.footer-a { color: white; } +.footer-a:hover { + color: white; + text-decoration: underline; +} /* noscript */ @@ -103,3 +107,21 @@ a { margin: -20px 0 0 -20px; visibility: hidden; } +.fa-external-link { + font-size: .5em; +} +.a-black{ + color: black; +} +.a-restore:hover{ + text-decoration: none; +} +.desc{ + color: #666666; +} +.font-small{ + font-size: .8em; +} +.nav-tabs{ + margin: 20px; +} |
