From 7b0857dc80816b0402c7a4c38d5dd64067133d71 Mon Sep 17 00:00:00 2001 From: frederikprijck Date: Mon, 19 Mar 2018 08:44:09 +0100 Subject: [PATCH] fix(*): remove text-shadow from prettify theme Previously, the styling on the AngularJS bits (tags, attributes, placeholders) in the code examples include a white colored text-shadow on a light blue background. This makes text difficult to read. This commit removes this shadow to improve readability. closes #16495 --- docs/app/assets/css/prettify.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/app/assets/css/prettify.css b/docs/app/assets/css/prettify.css index 354bbd544f11..b2a46fc23aea 100644 --- a/docs/app/assets/css/prettify.css +++ b/docs/app/assets/css/prettify.css @@ -46,6 +46,5 @@ ol.linenums li { font-size:12px; color: #bebec5; line-height: 18px; - text-shadow: 0 1px 0 #fff; list-style-type:decimal!important; }