From c110ae8bf214326c41a516542dedea236b90e54d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 18 Jul 2022 06:10:56 +0200 Subject: [PATCH] Add missing newline at the end of a stylesheet --- styles/mood.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/mood.css b/styles/mood.css index c5a3670..b622028 100644 --- a/styles/mood.css +++ b/styles/mood.css @@ -12,4 +12,4 @@ input.positive, button.positive { input.negative, button.negative { border-color: var(--negative); -} +} \ No newline at end of file