diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/ffgraz.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/css/ffgraz.css b/css/ffgraz.css index d06b140..535d15b 100644 --- a/css/ffgraz.css +++ b/css/ffgraz.css @@ -208,6 +208,14 @@ div#footer { font-size: 9pt; clear: both; } +div#footer a { + color: #F8EB14; + text-decoration: none; + font-weight: bold; +} +div#footer a:hover { + text-decoration: underline; +} div#footer img { border: 0px; padding: 0.5em; |