From b08169fe88a40e043f0bd1acfb3f2c10bc22cf8b Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 4 Nov 2021 23:12:08 +0100 Subject: [PATCH] Remove CSS property Turns out it wasn't needed after all --- public/assets/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index bf10437..e0cc4b6 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -51,7 +51,6 @@ body { } a { - display: contents; text-decoration: none; }