From fc9d6fac64661dfa00307089696deda01f23dcfb Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Fri, 25 Jul 2014 10:09:09 +0100 Subject: [PATCH] Fix - examples: Update the `tag` CSS to be more readable --- .datatables-commit-sync | 2 +- examples/resources/demo.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 3748e48a..8b0d103d 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -6c2b9d09e054039e6fb485eeae42346817822d18 +0719176e5feec2ef0b0a07c46030b987512c1407 diff --git a/examples/resources/demo.css b/examples/resources/demo.css index d8ffc973..9e2813f6 100644 --- a/examples/resources/demo.css +++ b/examples/resources/demo.css @@ -205,7 +205,7 @@ code.path { } code.tag { - color: #cad119; /* yellow */ + color: #a1a713; /* yellow */ background-color: #f7f8e6; border: 1px solid #D6E9C6; }