<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************************************************************************/
/*                                                                           */
/* JSON.fr                                                                   */
/* Copyright (c) 2014-2020, Frederic Cambus                                  */
/* https://www.json.fr                                                       */
/*                                                                           */
/* Created: 2014-02-25                                                       */
/* Last Updated: 2020-11-25                                                  */
/*                                                                           */
/*****************************************************************************/

body {
	color: #333;
	font-size: 16px;
	padding-top: 80px
}

.alert {
	margin-top: 20px;
	white-space: pre
}

.navbar .navbar-brand {
	color: #555
}

textarea {
	background: #000;
	border: none;
	border-radius: 5px;
	color: #aaa;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%
}

.fa-css3 {
	color: #33a9dc
}

.fa-html5 {
	color: #f16529
}

.fa-twitter-square {
	color: #00aced
}
</pre></body></html>