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:
commit
5d0e7e93a2
@ -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
|
||||
|
||||
|
16
index.html
16
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;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user