From 1558ca37efd9bed1d8e989a0de9924712fa38211 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Thu, 21 Nov 2024 17:51:58 +0100 Subject: [PATCH] Updated index.html to fix link on the logo --- almalinux-indexhtml.spec | 5 ++++- index.html | 16 +++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/almalinux-indexhtml.spec b/almalinux-indexhtml.spec index 4938a54..81d36ad 100644 --- a/almalinux-indexhtml.spec +++ b/almalinux-indexhtml.spec @@ -1,6 +1,6 @@ Name: almalinux-indexhtml Version: 10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Browser default start page for AlmaLinux Source0: index.html License: Distributable @@ -35,6 +35,9 @@ ln -sf en-US/index.html $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/index.html %{_defaultdocdir}/HTML/* %changelog +* Thu Nov 21 2024 Sofia Boldyreva - 10-3 +- Update index.html to fix link on the logo. + * Wed Nov 06 2024 Sofia Boldyreva - 10-2 - Updated index.html diff --git a/index.html b/index.html index 796367a..2c02c09 100644 --- a/index.html +++ b/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; + }