1
0
mirror of https://git.cant.at/Madeorsk/PollVerlaine synced 2024-09-30 08:48:43 +02:00
PollVerlaine/config/app.default.php
Madeorsk b763b1d9e6 Better results page, CSS organization, responsive design.
* Moved colors to $VERLAINE configuration variable.
* Colors in the options table result.
* Organized CSS in several files.
+ Responsive design!
2018-08-13 21:25:14 +02:00

14 lines
235 B
PHP

<?php
$VERLAINE = [
"app_url" => "",
"chart_colors" => [
"#FF4B44", // Red.
"#FFD149", // Yellow.
"#56B3FF", // Dark blue.
"#FF9535", // Orange.
"#7DFF59", // Green.
"#FFAFEC", // Pink.
"#82FFE8", // Light blue.
],
];