mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
Merge branch 'main' into enhance-workflows
This commit is contained in:
commit
67eb5188eb
@ -7,7 +7,7 @@
|
||||
[](https://github.com/Abdenasser/neohtop/stargazers)
|
||||
[](https://github.com/Abdenasser/neohtop/issues)
|
||||
[](https://github.com/Abdenasser/neohtop/releases)
|
||||
[](https://developer.apple.com/support/notarization/)
|
||||
[](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.
|
||||
|
@ -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>
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user