From 907e84c8f07b86c3546e6a0aa4c5c068201acbd7 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Sat, 7 Sep 2024 16:34:01 -0700 Subject: [PATCH] . --- src/resources/styles/themes/campfire.css | 4 ++-- src/resources/styles/themes/cherry-blossom.css | 4 ++-- src/resources/styles/themes/hyperdark.css | 4 ++-- src/resources/styles/themes/light.css | 4 ++-- src/resources/styles/themes/nether.css | 4 ++-- src/resources/styles/themes/overworld.css | 4 ++-- src/resources/styles/themes/retro.css | 6 +++--- src/resources/styles/themes/starfall.css | 4 ++-- src/resources/styles/themes/the-end.css | 4 ++-- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/resources/styles/themes/campfire.css b/src/resources/styles/themes/campfire.css index 679f799..ee25bed 100644 --- a/src/resources/styles/themes/campfire.css +++ b/src/resources/styles/themes/campfire.css @@ -77,11 +77,11 @@ body { box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3); } -.downloads a { +.downloads span { background-color: #ff6600; } -.downloads a:hover { +.downloads span:hover { background-color: #ff8533; } diff --git a/src/resources/styles/themes/cherry-blossom.css b/src/resources/styles/themes/cherry-blossom.css index e46d7e2..60c07d2 100644 --- a/src/resources/styles/themes/cherry-blossom.css +++ b/src/resources/styles/themes/cherry-blossom.css @@ -104,11 +104,11 @@ body { color: #e5a1b8; } -.downloads a { +.downloads span { background-color: #d0808e; } -.downloads a:hover { +.downloads span:hover { background-color: #e5a1b8; } diff --git a/src/resources/styles/themes/hyperdark.css b/src/resources/styles/themes/hyperdark.css index b9faf98..e0c6bf8 100644 --- a/src/resources/styles/themes/hyperdark.css +++ b/src/resources/styles/themes/hyperdark.css @@ -103,12 +103,12 @@ body { color: #e0e0e0; } -.downloads a { +.downloads span { background-color: #333; color: #e0e0e0; } -.downloads a:hover { +.downloads span:hover { background-color: #444; } diff --git a/src/resources/styles/themes/light.css b/src/resources/styles/themes/light.css index f84f880..23603f4 100644 --- a/src/resources/styles/themes/light.css +++ b/src/resources/styles/themes/light.css @@ -87,11 +87,11 @@ body { color: #333; } -.downloads a { +.downloads span { background-color: #4caf50; } -.downloads a:hover { +.downloads span:hover { background-color: #66bb6a; } diff --git a/src/resources/styles/themes/nether.css b/src/resources/styles/themes/nether.css index 46548ee..415025c 100644 --- a/src/resources/styles/themes/nether.css +++ b/src/resources/styles/themes/nether.css @@ -81,11 +81,11 @@ body { color: #ffcc00; } -.downloads a { +.downloads span { background-color: #8b0000; } -.downloads a:hover { +.downloads span:hover { background-color: #ff4500; } diff --git a/src/resources/styles/themes/overworld.css b/src/resources/styles/themes/overworld.css index c7d17b1..6008d15 100644 --- a/src/resources/styles/themes/overworld.css +++ b/src/resources/styles/themes/overworld.css @@ -81,11 +81,11 @@ body { color: #00ff00; } -.downloads a { +.downloads span { background-color: #00b000; } -.downloads a:hover { +.downloads span:hover { background-color: #00ff00; } diff --git a/src/resources/styles/themes/retro.css b/src/resources/styles/themes/retro.css index 5ed00b7..d9965ba 100644 --- a/src/resources/styles/themes/retro.css +++ b/src/resources/styles/themes/retro.css @@ -31,7 +31,7 @@ body { .installations div .selector, .installations div .options, .installations button, -.downloads a { +.downloads span { background-color: #111; border: 2px solid #00ff00; color: #00ff00; @@ -41,14 +41,14 @@ body { .nav-bar li.selected, .installations div .options div:hover, .installations button:hover, -.downloads a:hover { +.downloads span:hover { background-color: #333; } .installations div .selector:hover, .installations div .selector.open, .installations button:hover, -.downloads a:hover { +.downloads span:hover { box-shadow: none; } diff --git a/src/resources/styles/themes/starfall.css b/src/resources/styles/themes/starfall.css index 5241f07..94e9d22 100644 --- a/src/resources/styles/themes/starfall.css +++ b/src/resources/styles/themes/starfall.css @@ -45,10 +45,10 @@ body { border-color: #0077aa; } -.downloads a { +.downloads span { background-color: #00ccff; } -.downloads a:hover { +.downloads span:hover { background-color: #00e6ff; } diff --git a/src/resources/styles/themes/the-end.css b/src/resources/styles/themes/the-end.css index 120df86..c643c9d 100644 --- a/src/resources/styles/themes/the-end.css +++ b/src/resources/styles/themes/the-end.css @@ -77,11 +77,11 @@ body { color: #b300b3; } -.downloads a { +.downloads span { background-color: #4d0099; } -.downloads a:hover { +.downloads span:hover { background-color: #8000ff; }