Merge pull request 'Updated index.html to fix link on the logo' (#7) from sboldyreva/almalinux-indexhtml:a10s into a10s

Reviewed-on: #7
This commit is contained in:
Andrew Lukoshko 2024-11-21 16:53:33 +00:00
commit 5d0e7e93a2
2 changed files with 15 additions and 6 deletions

View File

@ -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 <sboldyreva@almalinux.org> - 10-3
- Update index.html to fix link on the logo.
* Wed Nov 06 2024 Sofia Boldyreva <sboldyreva@almalinux.org> - 10-2
- Updated index.html

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>