From b037021d0d29b4900003de721c16cb0f0cad1876 Mon Sep 17 00:00:00 2001 From: Danny Spina Date: Sat, 24 Jun 2023 00:43:26 +0200 Subject: [PATCH] Remove decoration from links --- dist/styles/serp.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/styles/serp.css b/dist/styles/serp.css index e69de29..97c0226 100644 --- a/dist/styles/serp.css +++ b/dist/styles/serp.css @@ -0,0 +1,3 @@ +a { + text-decoration: none; +} \ No newline at end of file