about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-09T13·39+0000
committerVincent Ambo <tazjin@google.com>2020-02-09T13·39+0000
commitfb1b4b9bd33141fd8d08b40eb0e8fb62251f89ab (patch)
tree1e527de2875f06301b3e82757f6b0199a9b5a2b3
parentb836a0df28e4b65d98b1c32400e85ed809c061b4 (diff)
style(web/homepage): Use somewhat livelier colours r/513
The previous ones looked kind of dull. These are from my gruber-darker
rainbow-delimiters theme.
-rw-r--r--web/blog/posts/best-tools.md3
-rw-r--r--web/homepage/static/tazjin.css14
2 files changed, 8 insertions, 9 deletions
diff --git a/web/blog/posts/best-tools.md b/web/blog/posts/best-tools.md
index 543a899789..e4bad8f4cd 100644
--- a/web/blog/posts/best-tools.md
+++ b/web/blog/posts/best-tools.md
@@ -86,8 +86,7 @@ flat.
 ## Phone
 
 The best phone I have used in recent years is the [iPhone SE][se]. It was the
-*last* phone that had a reasonable size (up to 4"") *and* a 3.5mm headphone
-jack.
+*last* phone that had a reasonable size (up to 4") *and* a 3.5mm headphone jack.
 
 Unfortunately, it runs iOS. Despite owning a whole bunch of SEs, I have finally
 moved on to an Android phone that is only moderately larger (still by an
diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css
index 1b60ef1450..7cbf9601ab 100644
--- a/web/homepage/static/tazjin.css
+++ b/web/homepage/static/tazjin.css
@@ -77,18 +77,18 @@ h1, h2, h3 {
 }
 
 .misc {
+    color: #73c936;
+    border-color: #73c936;
+}
+
+.blog {
     color: #268bd2;
     border-color: #268bd2;
 }
 
 .project {
-    color: #9e95c7;
-    border-color: #9e95c7;
-}
-
-.blog {
-    color: #95a99f;
-    border-color: #95a99f;
+    color: #ff4f58;
+    border-color: #ff4f58;
 }
 
 .entry-title {