From 8114a0751872d82eeb74a40fe736bbc695f3429e Mon Sep 17 00:00:00 2001 From: Andreas Gohr <andi@splitbrain.org> Date: Mon, 18 Apr 2016 18:35:36 +0200 Subject: [PATCH] less prominent styling of size changes reusing the diff colors as suggested by @selfthinker --- lib/tpl/dokuwiki/css/_recent.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/tpl/dokuwiki/css/_recent.css b/lib/tpl/dokuwiki/css/_recent.css index 338cfda72..eaa565838 100644 --- a/lib/tpl/dokuwiki/css/_recent.css +++ b/lib/tpl/dokuwiki/css/_recent.css @@ -48,18 +48,17 @@ /*____________ size differences ____________*/ .dokuwiki li .sizechange { - color: #fff; font-size: 80%; border-radius: 0.2em; padding: 0.1em 0.2em } .dokuwiki li .sizechange.positive { - background-color: #6A6; + background-color: #cfc;; } .dokuwiki li .sizechange.negative { - background-color: #A66; + background-color: #fdd; } -- GitLab