fix the gruvbox spoiler reveal text color

it was the same as the background, so it wasn't visible.
refactor-toolbar
Floens 8 years ago
parent 4e3a91211f
commit 61b0798027
  1. 2
      Clover/app/src/main/res/values/styles.xml

@ -210,7 +210,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<item name="text_color_primary">#ebdbb2</item>
<item name="text_color_secondary">#d5c4a1</item>
<item name="text_color_hint">#bdae93</item>
<item name="text_color_reveal_spoiler">#ebdbb2</item>
<item name="text_color_reveal_spoiler">#282828</item>
<item name="post_name_color">#427b58</item>
<item name="post_subject_color">#458588</item>

Loading…
Cancel
Save