From 525d3528438945a860dd36af8b5d0e38c423a58c Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 20 Sep 2004 02:36:29 +0000 Subject: [PATCH] diff and history color fixes --- skins/amethyst/main.css | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/skins/amethyst/main.css b/skins/amethyst/main.css index e7c44f0a31..7a0dfcb43b 100644 --- a/skins/amethyst/main.css +++ b/skins/amethyst/main.css @@ -478,27 +478,30 @@ div.townBox dl dd { margin-right: 0.4em; } #pagehistory span.minor { font-weight: bold; } -#pagehistory li { border: 1px solid White; } +#pagehistory li { border: 1px solid #2F333B; } #pagehistory li.selected { - background-color:#f9f9f9; - border:1px dashed #aaaaaa; + background-color:#2A3C61; + border:1px dashed #2f6fab; } /* ** Diff rendering */ -table.diff { background:white; } -td.diff-otitle { background:#ffffff; } -td.diff-ntitle { background:#ffffff; } +table.diff { background:#2F333B; } +td.diff-otitle { background:#2F333B; } +td.diff-ntitle { background:#2F333B; } td.diff-addedline { + color: black; background:#ccffcc; font-size: smaller; } td.diff-deletedline { + color: black; background:#ffffaa; font-size: smaller; } td.diff-context { - background:#eeeeee; + color: black; + background:#aaaaaa; font-size: smaller; } span.diffchange { color: red; } -- 2.20.1