diff options
-rw-r--r-- | etherpad/src/static/css/home-opensource.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etherpad/src/static/css/home-opensource.css b/etherpad/src/static/css/home-opensource.css index 0d6da6d..85be2c6 100644 --- a/etherpad/src/static/css/home-opensource.css +++ b/etherpad/src/static/css/home-opensource.css @@ -13,7 +13,7 @@ padding-top: 5em; } -#home a#home-newpad, #home a#home-newsite { +#home a#home-newpad, #home a#home-newteam { padding: 1em; margin: 12px 40px; font-size: 1.6em; @@ -23,7 +23,7 @@ width: 30%; } -#home a#home-newpad:hover, #home a#home-newsite:hover { +#home a#home-newpad:hover, #home a#home-newteam:hover { background: #26b; text-decoration: none; } |