From f4fbfaa7cbaaf07aae7d8f0533d293fa4dc605cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 28 Jan 2014 11:19:06 +0100 Subject: some fix to courgette theme --- themes/solarized/theme.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 themes/solarized/theme.ini (limited to 'themes/solarized') diff --git a/themes/solarized/theme.ini b/themes/solarized/theme.ini new file mode 100644 index 00000000..703997b9 --- /dev/null +++ b/themes/solarized/theme.ini @@ -0,0 +1,2 @@ +name = Solarized +requirements[] = default -- cgit v1.2.3 From a678f9df3893c200f7555791f6c82730c3b3dd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 3 Feb 2014 12:34:28 +0100 Subject: [fix] #421 Tables content in solarized themes unreadable --- themes/solarized/css/style-solarized.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'themes/solarized') diff --git a/themes/solarized/css/style-solarized.css b/themes/solarized/css/style-solarized.css index 9286c750..6058d056 100644 --- a/themes/solarized/css/style-solarized.css +++ b/themes/solarized/css/style-solarized.css @@ -42,7 +42,8 @@ body, body, a, a:hover, -a:visited { +a:visited, +td { color: #657b83; } -- cgit v1.2.3