diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-09T00·12+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-09T00·12+0000 |
commit | 949c75e1bde5329b084c2e5e5a5688f548fa6147 (patch) | |
tree | 0fc166b805f40d01d1d39c2a7712720c795962c1 | |
parent | 75969d886d9a13035d70e3ee3fc25b706b747081 (diff) |
style(web/homepage): Flip colours for misc/blog r/492
-rw-r--r-- | web/homepage/static/tazjin.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css index 36f5c18ba748..bedb9f2617fa 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; } |