about summary refs log tree commit diff
path: root/web/homepage/static/tazjin.css
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-09T00·12+0000
committerVincent Ambo <tazjin@google.com>2020-02-09T00·12+0000
commit949c75e1bde5329b084c2e5e5a5688f548fa6147 (patch)
tree0fc166b805f40d01d1d39c2a7712720c795962c1 /web/homepage/static/tazjin.css
parent75969d886d9a13035d70e3ee3fc25b706b747081 (diff)
style(web/homepage): Flip colours for misc/blog r/492
Diffstat (limited to '')
-rw-r--r--web/homepage/static/tazjin.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css
index 36f5c18ba7..bedb9f2617 100644
--- a/web/homepage/static/tazjin.css
+++ b/web/homepage/static/tazjin.css
@@ -75,7 +75,7 @@ h1, h2, h3 {
     flex-grow: 1;
 }
 
-.blog {
+.misc {
     color: #268bd2;
     border-color: #268bd2;
 }
@@ -85,7 +85,7 @@ h1, h2, h3 {
     border-color: #9e95c7;
 }
 
-.misc {
+.blog {
     color: #95a99f;
     border-color: #95a99f;
 }