Skip to content

Commit

Permalink
Fix login page input field colors and ver 1.4
Browse files Browse the repository at this point in the history
Changed login page input field colors from gray/dark color to white, making it easier to see.

This should only change the input field color on login page and nowhere else.

Version changed to 1.4 from 1.3 on conf.yml
  • Loading branch information
Slimi1 authored Nov 30, 2023
1 parent 89ac404 commit 2aaabaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions client/client.style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ label.Label-sc-g780ms-0.dqkKHi {
color: var(--three) !important;
}

input.Input-sc-19rce1w-0.fFYzlR {
color: white !important;
}

a.GreyRowBox-sc-1xo9c6v-0.ServerRow__StatusIndicatorBox-sc-1ibsw91-2.dyLna-D.fRwFrz.DashboardContainer___StyledServerRow-sc-1topkxf-2 {
background-color: var(--one) !important;
}
Expand Down
2 changes: 1 addition & 1 deletion conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
identifier: "recolor"
description: "A Pterodactyl dark mode theme."
flags: ""
version: "1.3"
version: "1.4"
target: "alpha-L53"
author: "sp11rum"
icon: "assets/logo.jpg"
Expand Down

0 comments on commit 2aaabaf

Please sign in to comment.