From 8374df7d1ec0a30f089f6a275092d4df2845c661 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Tue, 31 Jan 2012 11:30:58 +0000 Subject: changed link colours (#22) --- images/pagetools-sprite.png | Bin 14139 -> 14593 bytes images/pagetools-sprite.xcf | Bin 34360 -> 34332 bytes images/pagetools.xcf | Bin 14630 -> 14630 bytes style.ini | 9 +++++---- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/images/pagetools-sprite.png b/images/pagetools-sprite.png index b1a62cacb..54831a0f1 100644 Binary files a/images/pagetools-sprite.png and b/images/pagetools-sprite.png differ diff --git a/images/pagetools-sprite.xcf b/images/pagetools-sprite.xcf index 062dcae5d..e7c130240 100644 Binary files a/images/pagetools-sprite.xcf and b/images/pagetools-sprite.xcf differ diff --git a/images/pagetools.xcf b/images/pagetools.xcf index 980d20363..89d971f50 100644 Binary files a/images/pagetools.xcf and b/images/pagetools.xcf differ diff --git a/style.ini b/style.ini index bbf348dde..5743ea0cb 100755 --- a/style.ini +++ b/style.ini @@ -47,7 +47,6 @@ css/print.css = print ; main text and background colors __text__ = "#333" __background__ = "#fff" -__background_site__ = "#fbfaf9" ; alternative text and background colors __text_alt__ = "#999" __background_alt__ = "#eee" @@ -59,10 +58,12 @@ __border__ = "#ccc" ;-------------------------------------------------------------------------- +__background_site__ = "#fbfaf9" + ; these are used for links -__link__ = "#627D9A" -__existing__ = "#090" -__missing__ = "#f30" +__link__ = "#2b73b7" +__existing__ = "#080" +__missing__ = "#d30" ; highlighting search snippets __highlight__ = "#ff9" -- cgit v1.2.3