From 01bd3a3a7b9148912bb24ec5efd3c967b15d01d5 Mon Sep 17 00:00:00 2001 From: Koyu Berteon Date: Mon, 30 Apr 2018 15:27:40 +0200 Subject: [PATCH] Fixed identation in dark.php --- view/theme/frio/scheme/dark.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/scheme/dark.php b/view/theme/frio/scheme/dark.php index 46332640f..a924cff9c 100644 --- a/view/theme/frio/scheme/dark.php +++ b/view/theme/frio/scheme/dark.php @@ -7,4 +7,4 @@ $nav_bg = "#111"; $nav_icon_color = "#fff"; $link_color = "#6fdbe8"; - $background_color = "#111"; + $background_color = "#111";