From 65842b6f43f0411a74329cfd2568cbae695c585c Mon Sep 17 00:00:00 2001 From: Zachary Crespin Date: Thu, 16 Jun 2022 17:11:53 -0700 Subject: [PATCH 1/3] make the text visible on yellow :target background The white text was not visible on the yellow :target background so I made it darker. (this is only a problem with dark mode) --- assets/css/application.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/application.scss b/assets/css/application.scss index ed8ca00..1e7a031 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -108,6 +108,7 @@ strong { :target { background-color: yellow; + color: #444 !important; } .container { From c6f07cb8cc9c19dcbb1434f9ad585b18d1b0e33f Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Tue, 28 Jun 2022 07:29:43 -0700 Subject: [PATCH 2/3] Update Apache-2.0 "how" ASF not AF; link to relevant FAQ entry Inspired by #905 sort of --- _licenses/apache-2.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_licenses/apache-2.0.txt b/_licenses/apache-2.0.txt index 74eabb4..88bb06a 100644 --- a/_licenses/apache-2.0.txt +++ b/_licenses/apache-2.0.txt @@ -9,7 +9,7 @@ description: A permissive license whose main conditions require preservation of how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. -note: The Apache Foundation recommends taking the additional step of adding a boilerplate notice to the header of each source file. You can find the notice in the appendix at the very end of the license text. +note: The Apache Sofrware Foundation [recommends](https://apache.org/foundation/license-faq.html#Apply-My-Software) taking the additional step of adding a boilerplate notice to the header of each source file. You can find the notice in the appendix at the very end of the license text. using: Kubernetes: https://github.com/kubernetes/kubernetes/blob/master/LICENSE From cba6a99283b00b5348a121bb1f44fff09912f40b Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Tue, 28 Jun 2022 07:31:47 -0700 Subject: [PATCH 3/3] spel! --- _licenses/apache-2.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_licenses/apache-2.0.txt b/_licenses/apache-2.0.txt index 88bb06a..647ce4c 100644 --- a/_licenses/apache-2.0.txt +++ b/_licenses/apache-2.0.txt @@ -9,7 +9,7 @@ description: A permissive license whose main conditions require preservation of how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. -note: The Apache Sofrware Foundation [recommends](https://apache.org/foundation/license-faq.html#Apply-My-Software) taking the additional step of adding a boilerplate notice to the header of each source file. You can find the notice in the appendix at the very end of the license text. +note: The Apache Software Foundation [recommends](https://apache.org/foundation/license-faq.html#Apply-My-Software) taking the additional step of adding a boilerplate notice to the header of each source file. You can find the notice in the appendix at the very end of the license text. using: Kubernetes: https://github.com/kubernetes/kubernetes/blob/master/LICENSE