i think the default color used in the title of the wiki (upper right) is too
light colored to be used on a white background ... what do you think of this
small tweak ?
--- lib/tpl/default/layout.css
+++ lib/tpl/default/layout.css
@@ -33,7 +33,7 @@
}
div.dokuwiki .logo a {
- color: __background_alt__ !important;
+ color: __dark__ !important;
text-decoration: none !important;
font-variant: small-caps;
letter-spacing: 2pt;
-mike