Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorMaxime Corteel <mcorteel@gmail.com>2016-04-27 20:45:11 +0300
committerMaxime Corteel <mcorteel@gmail.com>2016-04-27 20:45:11 +0300
commitfa841bbae94b69f57f1f754565ae3571ec6c315b (patch)
treede22979bbae38e953842ef4614f39b6410ac1905 /css
parentb253471d9280906b32938ed7f9c89520798236f2 (diff)
Fix header color
Diffstat (limited to 'css')
-rw-r--r--css/vote.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/vote.css b/css/vote.css
index 06c3923a..72c16bc8 100644
--- a/css/vote.css
+++ b/css/vote.css
@@ -3,7 +3,7 @@
}
.vote_table thead tr:nth-child(even) th, .vote_table tfoot tr:nth-child(even) th, .vote_table tfoot tr:nth-child(even) td {
- color: #FFF;
+ color: #333;
}
.vote_table thead tr:nth-child(odd) th, .vote_table tfoot tr:nth-child(odd) th, .vote_table tfoot tr:nth-child(odd) td {