]> cat aescling's git repositories - mastodon.git/commitdiff
Fix language indicator text color (#1795)
authorClaire <claire.github-309c@sitedethib.com>
Mon, 6 Jun 2022 10:05:57 +0000 (12:05 +0200)
committeraescling <aescling+gitlab@cat.family>
Mon, 5 Sep 2022 04:27:50 +0000 (00:27 -0400)
Fixes #1794

app/javascript/flavours/glitch/styles/components/index.scss

index f015d898ed9a487c3297824e2f07d72c4db6235c..da9fb6ad2d557ad27dce41e7658c5851e7dcb73f 100644 (file)
 
 .text-icon,
 .text-icon-button {
-  color: $lighter-text-color;
   font-weight: 600;
   font-size: 11px;
   line-height: 27px;
 }
 
 .text-icon-button {
+  color: $lighter-text-color;
   border: 0;
   border-radius: 4px;
   background: transparent;