From 0f7c5bd02497f8f5db32f270f14cc89f729c3351 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Tue, 24 Mar 2015 19:11:20 -0700 Subject: [PATCH 1/2] Contact page wording changes. Removed snarky bit from answer to "I want to take down someone's Neocities site." --- views/contact.erb | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/views/contact.erb b/views/contact.erb index 2566cfc6..85f5fcb9 100644 --- a/views/contact.erb +++ b/views/contact.erb @@ -22,11 +22,11 @@

Contact

- Please note that we can only respond to contacts sent in the english language. + Please note that we can only respond to messages sent in the English language.

- Choose from the following options: + Frequently asked questions:

@@ -111,11 +111,7 @@

- We will not remove a site unless it is violating our Terms of Service or breaking the law. Chances are, it isn't. And the First Amendment of the United States Constitution defends our right to do this. Don't waste your time, we won't take it down. Sorry. -

- -

- If you'd like a more in-depth explanation of our policies, see our legal guide for Neocities. + We will not remove a site unless it is violating our Terms of Service or breaking the law. Chances are, it isn't. And the First Amendment of the United States Constitution defends our right to do this. If you'd like a more in-depth explanation of our policies, see our legal guide for Neocities.

@@ -163,7 +159,7 @@

- If you are a new user, this message means that your IP address has been flagged by our IP database for posting SPAM. We share this list with other sites, so another site may have added your IP address. We recommend running an anti-virus program on your computer, it is possible that something is on your machine that is posting SPAM on other sites (or ours). + If you are a new user, this message means that your IP address has been flagged by our IP database for posting spam. We share this list with other sites, so another site may have added your IP address. We recommend running an anti-virus program on your computer—it is possible that something on your machine is posting spam on other sites (or ours).

From edadd279edb494896948d6243ca4f387ebb8e2be Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Tue, 24 Mar 2015 19:20:47 -0700 Subject: [PATCH 2/2] Fix weird green links from bootstrap --- sass/_project-sass/_project-Base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_project-sass/_project-Base.scss b/sass/_project-sass/_project-Base.scss index dd23a5b8..71b8a3c7 100644 --- a/sass/_project-sass/_project-Base.scss +++ b/sass/_project-sass/_project-Base.scss @@ -31,7 +31,7 @@ body{background:#CCDF9B} // ---------------------------------------------------------------- a{ color:$c-Link; - &:hover, &:active{color:darken($c-Link, 15%)} + &:hover, &:active, &:focus{color:darken($c-Link, 15%)} &:visited{color:#A5424B} // &:visited{color:darken($c-Link, 30%)} }