From 6c2434d07700fbbbff9e7cfa81b5ddf78e85c508 Mon Sep 17 00:00:00 2001 From: Isak Nyberg <36712644+IsakNyberg@users.noreply.github.com> Date: Sat, 19 Mar 2022 22:39:08 +0100 Subject: [PATCH] Fixed inconsistency in the usage of semicolon at end of scopes --- theme/reference.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/reference.css b/theme/reference.css index 06ea927..02e5f63 100644 --- a/theme/reference.css +++ b/theme/reference.css @@ -42,12 +42,12 @@ main .warning p::before { .coal main .warning p, .navy main .warning p, .ayu main .warning p { - background: #542626 + background: #542626; } /* Make the links higher contrast on dark themes */ .coal main .warning p a, .navy main .warning p a, .ayu main .warning p a { - color: #80d0d0 + color: #80d0d0; }