diff --git a/SOURCES/index.html b/SOURCES/index.html index 46c5d58..3214577 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 8131946..fbf40f8 100644 --- a/SPECS/almalinux-indexhtml.spec +++ b/SPECS/almalinux-indexhtml.spec @@ -1,6 +1,6 @@ Name: almalinux-indexhtml Version: 8 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Browser default start page for AlmaLinux Source: 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