diff options
Diffstat (limited to 'website/index.css')
-rw-r--r-- | website/index.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/website/index.css b/website/index.css index ffe1c9a3..aa9a9e51 100644 --- a/website/index.css +++ b/website/index.css @@ -13,9 +13,14 @@ h1 { text-align: center; } -#buttonBar a.js { - color: black; +#buttonBar a { text-decoration: none; + color: black; +} + +#buttonBar a:hover { + text-decoration: underline; + color: blue; } .buttonBar { @@ -94,15 +99,15 @@ code { } #downloadInfo { - font-size: 16px; + font-size: 14px; } #downloadInfo p { - padding: 12px; + padding: 8px; } .downloadActions { - margin-top: 16px; + margin-top: 8px; margin-left: 32px; } .downloadActions a { |