From b8c0a742e36a84a4e1f2bc1509393e73c60855e6 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Thu, 21 Nov 2024 17:47:07 +0100 Subject: [PATCH] Updated index.html to fix link on the logo --- SOURCES/index.html | 16 +++++++++++----- SPECS/almalinux-indexhtml.spec | 5 ++++- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/SOURCES/index.html b/SOURCES/index.html index 9c2f588..84a39b0 100644 --- a/SOURCES/index.html +++ b/SOURCES/index.html @@ -67,12 +67,18 @@ text-align: left; } a { - color: #017698;; + border: none; + outline: none; + box-shadow: none; + color: #017698;; text-decoration: none; - } - a:hover { - text-decoration: underline; - } + } + + a:hover, a:focus { + border: none; + outline: none; + box-shadow: none; + } diff --git a/SPECS/almalinux-indexhtml.spec b/SPECS/almalinux-indexhtml.spec index 07d7700..d139541 100644 --- a/SPECS/almalinux-indexhtml.spec +++ b/SPECS/almalinux-indexhtml.spec @@ -1,6 +1,6 @@ Name: almalinux-indexhtml Version: 9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Browser default start page for AlmaLinux Source: index.html License: Distributable @@ -37,6 +37,9 @@ ln -sf en-US/index.html $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/index.html %{_defaultdocdir}/HTML/* %changelog +* Thu Nov 21 2024 Sofia Boldyreva - 9-4 +- Update index.html to fix link on the logo. + * Wed Nov 06 2024 Sofia Boldyreva - 9-3 - Added updated index.html to sources. - Updated prep and install sections. -- 2.43.5