1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-09-07 16:34:01 -07:00
parent c498be627b
commit f7d3eb8fe6
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE
9 changed files with 19 additions and 19 deletions

View File

@ -77,11 +77,11 @@ body {
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3); box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3);
} }
.downloads a { .downloads span {
background-color: #ff6600; background-color: #ff6600;
} }
.downloads a:hover { .downloads span:hover {
background-color: #ff8533; background-color: #ff8533;
} }

View File

@ -104,11 +104,11 @@ body {
color: #e5a1b8; color: #e5a1b8;
} }
.downloads a { .downloads span {
background-color: #d0808e; background-color: #d0808e;
} }
.downloads a:hover { .downloads span:hover {
background-color: #e5a1b8; background-color: #e5a1b8;
} }

View File

@ -103,12 +103,12 @@ body {
color: #e0e0e0; color: #e0e0e0;
} }
.downloads a { .downloads span {
background-color: #333; background-color: #333;
color: #e0e0e0; color: #e0e0e0;
} }
.downloads a:hover { .downloads span:hover {
background-color: #444; background-color: #444;
} }

View File

@ -87,11 +87,11 @@ body {
color: #333; color: #333;
} }
.downloads a { .downloads span {
background-color: #4caf50; background-color: #4caf50;
} }
.downloads a:hover { .downloads span:hover {
background-color: #66bb6a; background-color: #66bb6a;
} }

View File

@ -81,11 +81,11 @@ body {
color: #ffcc00; color: #ffcc00;
} }
.downloads a { .downloads span {
background-color: #8b0000; background-color: #8b0000;
} }
.downloads a:hover { .downloads span:hover {
background-color: #ff4500; background-color: #ff4500;
} }

View File

@ -81,11 +81,11 @@ body {
color: #00ff00; color: #00ff00;
} }
.downloads a { .downloads span {
background-color: #00b000; background-color: #00b000;
} }
.downloads a:hover { .downloads span:hover {
background-color: #00ff00; background-color: #00ff00;
} }

View File

@ -31,7 +31,7 @@ body {
.installations div .selector, .installations div .selector,
.installations div .options, .installations div .options,
.installations button, .installations button,
.downloads a { .downloads span {
background-color: #111; background-color: #111;
border: 2px solid #00ff00; border: 2px solid #00ff00;
color: #00ff00; color: #00ff00;
@ -41,14 +41,14 @@ body {
.nav-bar li.selected, .nav-bar li.selected,
.installations div .options div:hover, .installations div .options div:hover,
.installations button:hover, .installations button:hover,
.downloads a:hover { .downloads span:hover {
background-color: #333; background-color: #333;
} }
.installations div .selector:hover, .installations div .selector:hover,
.installations div .selector.open, .installations div .selector.open,
.installations button:hover, .installations button:hover,
.downloads a:hover { .downloads span:hover {
box-shadow: none; box-shadow: none;
} }

View File

@ -45,10 +45,10 @@ body {
border-color: #0077aa; border-color: #0077aa;
} }
.downloads a { .downloads span {
background-color: #00ccff; background-color: #00ccff;
} }
.downloads a:hover { .downloads span:hover {
background-color: #00e6ff; background-color: #00e6ff;
} }

View File

@ -77,11 +77,11 @@ body {
color: #b300b3; color: #b300b3;
} }
.downloads a { .downloads span {
background-color: #4d0099; background-color: #4d0099;
} }
.downloads a:hover { .downloads span:hover {
background-color: #8000ff; background-color: #8000ff;
} }