You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/11/22 19:38:34 UTC

[16/50] [abbrv] accumulo-website git commit: Give inline code some color

Give inline code some color


Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/899f3b19
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/899f3b19
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/899f3b19

Branch: refs/heads/master
Commit: 899f3b1973cc7e7d0c8840b45eba3628468cfd16
Parents: ed21adb
Author: Christopher Tubbs <ct...@apache.org>
Authored: Wed Oct 26 15:25:18 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Wed Oct 26 15:25:18 2016 -0400

----------------------------------------------------------------------
 css/accumulo.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/899f3b19/css/accumulo.css
----------------------------------------------------------------------
diff --git a/css/accumulo.css b/css/accumulo.css
index aeba332..a50f31b 100644
--- a/css/accumulo.css
+++ b/css/accumulo.css
@@ -45,7 +45,7 @@ body {
 
 code {
   background-color: #f5f5f5;
-  color: #555;
+  color: #20b2aa;
 }
 
 #nav-logo {