diff --git a/README.md b/README.md index 58ed731..f7cefd8 100644 --- a/README.md +++ b/README.md @@ -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)
@@ -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. \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. diff --git a/docs/index.html b/docs/index.html index 9cd5304..996c032 100644 --- a/docs/index.html +++ b/docs/index.html @@ -165,7 +165,7 @@

Windows

- 🪟 + 🫣
Windows Windows 10 or later diff --git a/docs/styles.css b/docs/styles.css index 39aff8f..1349533 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -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 {