diff --git a/sass/_project-sass/_project-Header.scss b/sass/_project-sass/_project-Header.scss index 7b0da328..58f30860 100644 --- a/sass/_project-sass/_project-Header.scss +++ b/sass/_project-sass/_project-Header.scss @@ -57,6 +57,14 @@ color: #B8D375; font-size: .9em; margin-bottom: 1.8em; + + a { + color: #B8D375; + text-decoration: underline; + } + a:hover { + text-decoration: none; + } } h2.section-header { font-size: 2.2em; diff --git a/views/newindex_mockup.erb b/views/newindex_mockup.erb index 44d67108..75dda2e5 100644 --- a/views/newindex_mockup.erb +++ b/views/newindex_mockup.erb @@ -120,7 +120,8 @@
Now’s a great time to join our community of over <%= @sites_count.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %> websites! +
Now’s a great time to join our community of over + <%= @sites_count.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %> websites! You get <%= Site::FREE_MAXIMUM_IN_MEGABYTES %> MB of free web space to make whatever you’d like.