diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 40b00f7a..7a910f1c 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -692,6 +692,9 @@ a.tag:hover { .misc-page.columns a:visited { color: $c-Brand-1; } +.misc-page.columns a:focus { + color: darken($c-Link, 15%) +} .news-item { width: 100%; float: left; diff --git a/views/contact.erb b/views/contact.erb index 9e2dae35..56fc6ce0 100644 --- a/views/contact.erb +++ b/views/contact.erb @@ -23,10 +23,10 @@ @@ -34,15 +34,15 @@
- + - + - + - +
<%== recaptcha_tag :challenge, ssl: request.ssl? %>
diff --git a/views/templates/email_confirm.erb b/views/templates/email_confirm.erb index c56f923d..fcd5a30f 100644 --- a/views/templates/email_confirm.erb +++ b/views/templates/email_confirm.erb @@ -6,6 +6,7 @@ You can confirm your email address using the link below: https://neocities.org/site/<%= site.username %>/confirm_email/<%= site.email_confirmation_token %> + Thank you! - The Neocities Team \ No newline at end of file diff --git a/views/templates/email_welcome.erb b/views/templates/email_welcome.erb index afcfc160..b591dd6a 100644 --- a/views/templates/email_welcome.erb +++ b/views/templates/email_welcome.erb @@ -8,8 +8,7 @@ Since you're new, we've put together a basic "hello world" page for you. Now all If you have any questions or comments, or just want to say hi, feel free to contact us at https://neocities.org/contact. You can also reach us on Twitter at @neocitiesweb. We're super busy, so we can't help you with everything, but if you have a problem or bug to report, we'll try our best to look into it. -From Penelope (the Neocities' cat), the Neocities Team, and on behalf of all our sites, our very best wishes for you (and your awesome web site). We can't wait to see what it looks like! +From Penelope (the Neocities cat), the Neocities Team, and on behalf of all our sites, our very best wishes for you (and your awesome web site). We can't wait to see what it looks like! Best, - -- The Neocities Team \ No newline at end of file +The Neocities Team \ No newline at end of file