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;
+ }