summaryrefslogtreecommitdiff
path: root/res/values-v11
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-v11')
-rw-r--r--res/values-v11/style.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-v11/style.xml b/res/values-v11/style.xml
index 53563ab1..931bf629 100644
--- a/res/values-v11/style.xml
+++ b/res/values-v11/style.xml
@@ -20,6 +20,7 @@
<item name="headlineSelectedTextColor">@android:color/primary_text_light</item>
<item name="headlineExcerptTextColor">@android:color/secondary_text_light</item>
<item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_light</item>
+ <item name="linkColor">#5858F8</item>
</style>
<style name="DarkTheme" parent="android:Theme.Holo">
@@ -42,6 +43,7 @@
<item name="headlineSelectedTextColor">@android:color/primary_text_dark</item>
<item name="headlineExcerptTextColor">@android:color/secondary_text_dark</item>
<item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_dark</item>
+ <item name="linkColor">#5858F8</item>
</style>
</resources> \ No newline at end of file