From f2ac4e67f038c2ffae3039da9c387cd0acaadf87 Mon Sep 17 00:00:00 2001 From: Adrien Maston Date: Fri, 19 Dec 2025 16:14:21 +0100 Subject: [PATCH] Remove underline on search results --- app/assets/stylesheets/native.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/native.css b/app/assets/stylesheets/native.css index 513f3bbe4..76440199c 100644 --- a/app/assets/stylesheets/native.css +++ b/app/assets/stylesheets/native.css @@ -32,5 +32,12 @@ .card-perma { margin-block-start: 0; } + + /* Search + /* ------------------------------------------------------------------------ */ + + .search__title { + text-decoration: none; + } } }