diff options
author | Friendika <info@friendika.com> | 2011-11-06 01:20:46 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-06 01:20:46 -0800 |
commit | c991a1a606978bd593fefc6efe244849f6068255 (patch) | |
tree | 4bfee453adff03f27d989caf717c976d30e39c8b | |
parent | 7d8acd038ecb86350a004b94fff5d1c2a0c0e5e9 (diff) | |
download | volse-hubzilla-c991a1a606978bd593fefc6efe244849f6068255.tar.gz volse-hubzilla-c991a1a606978bd593fefc6efe244849f6068255.tar.bz2 volse-hubzilla-c991a1a606978bd593fefc6efe244849f6068255.zip |
darkzero pager links washed out
-rw-r--r-- | view/theme/darkzero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 454c578b0..1aa1efe87 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -66,3 +66,7 @@ input#dfrn-url { background-color: #222222; color: #FFFFFF !important; } +.pager_first a, .pager_last a, .pager_prev a, .pager_next a, .pager_n a, .pager_current { + color: #000088; +} + |