Updated index.html to fix link on the logo

This commit is contained in:
Sofia Boldyreva 2024-11-21 17:42:57 +01:00
parent 2251fe66f5
commit 0f2175188a
2 changed files with 15 additions and 6 deletions

View File

@ -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;
}
</style>
</head>
<body>

View File

@ -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 <sboldyreva@almalinux.org> - 8-9
- Update index.html to fix link on the logo.
* Wed Nov 06 2024 Sofia Boldyreva <sboldyreva@almalinux.org> - 8-8
- Added updated index.html to sources.
- Updated prep and install sections.