diff options
Diffstat (limited to 'web/homepage/static/tazjin.css')
-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; } |