From 6d6a512493666ee85bdc8377989fdc0471bd3955 Mon Sep 17 00:00:00 2001 From: Michael Tuttle Date: Sat, 18 Jun 2016 11:24:17 -0600 Subject: [PATCH] remove extra # on hex colors --- themes/theme-feeling-blue.css | 2 +- themes/theme-flattop.css | 2 +- themes/theme-muted.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/theme-feeling-blue.css b/themes/theme-feeling-blue.css index 04d6e51..fc15359 100644 --- a/themes/theme-feeling-blue.css +++ b/themes/theme-feeling-blue.css @@ -193,7 +193,7 @@ .swagger-section .swagger-ui-wrap ol li { padding: 5px 0px; font-size: 0.9em; - color: ##212121; + color: #212121; } .swagger-section .swagger-ui-wrap ol, .swagger-section .swagger-ui-wrap ul { diff --git a/themes/theme-flattop.css b/themes/theme-flattop.css index c607cb3..d06a935 100644 --- a/themes/theme-flattop.css +++ b/themes/theme-flattop.css @@ -193,7 +193,7 @@ .swagger-section .swagger-ui-wrap ol li { padding: 5px 0px; font-size: 0.9em; - color: ##3E4049; + color: #3E4049; } .swagger-section .swagger-ui-wrap ol, .swagger-section .swagger-ui-wrap ul { diff --git a/themes/theme-muted.css b/themes/theme-muted.css index 8132d1f..45f3ae3 100644 --- a/themes/theme-muted.css +++ b/themes/theme-muted.css @@ -193,7 +193,7 @@ .swagger-section .swagger-ui-wrap ol li { padding: 5px 0px; font-size: 0.9em; - color: ##3E4049; + color: #3E4049; } .swagger-section .swagger-ui-wrap ol, .swagger-section .swagger-ui-wrap ul {