Merge branch 'main' into enhance-workflows

This commit is contained in:
Abdenasser Elidrissi 2024-11-08 00:41:44 +01:00 committed by GitHub
commit 67eb5188eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 14 deletions

View File

@ -7,7 +7,7 @@
[![GitHub stars](https://img.shields.io/github/stars/Abdenasser/neohtop)](https://github.com/Abdenasser/neohtop/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/Abdenasser/neohtop)](https://github.com/Abdenasser/neohtop/issues)
[![GitHub release](https://img.shields.io/github/v/release/Abdenasser/neohtop)](https://github.com/Abdenasser/neohtop/releases)
[![Notarized by Apple](https://img.shields.io/badge/Release_Notarized_by_Apple-000000?style=flat-square&logo=apple&logoColor=white)](https://developer.apple.com/support/notarization/)
[![Notarized by Apple](https://img.shields.io/badge/Release_Notarized_by_Apple-000000?style=flat-square&logo=apple&logoColor=white)](https://developer.apple.com/documentation/security/notarizing-macos-software-before-distribution)
</div>
<div align="center">
@ -67,4 +67,4 @@ If you find this project helpful, consider buying me a coffee:
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

View File

@ -165,7 +165,7 @@
<h3 class="platform-title">Windows</h3>
<div class="platform-options">
<a href="" class="download-button windows" data-type="windows" data-version="latest">
<span class="icon">🪟</span>
<span class="icon">🫣</span>
<div class="button-text">
<span class="primary">Windows</span>
<span class="secondary">Windows 10 or later</span>

View File

@ -1147,14 +1147,11 @@ footer {
}
.download-button.linux {
background: var(--primary-color);
flex-direction: column;
align-items: flex-start;
padding: 1rem 1.5rem;
background: #E95420;
}
.download-button.linux:hover {
background: var(--secondary-color);
background: #C7431B;
}
.download-options-group {
@ -1267,8 +1264,8 @@ footer {
}
.download-button {
background: var(--card-background);
color: var(--text-primary);
background: var(--primary-color);
color: white;
padding: 1rem 1.5rem;
border-radius: 12px;
text-decoration: none;
@ -1276,14 +1273,14 @@ footer {
align-items: center;
gap: 1rem;
transition: all 0.2s;
border: 1px solid rgba(255, 255, 255, 0.1);
border: 1px solid transparent;
min-width: 250px;
}
.download-button:hover {
transform: translateY(-2px);
border-color: var(--primary-color);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
background: var(--secondary-color);
box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
}
.download-button .icon {
@ -1304,7 +1301,7 @@ footer {
.button-text .secondary {
font-size: 0.85rem;
opacity: 0.8;
opacity: 0.9;
}
.linux-options {