Skip to content

Commit 0438ad7

Browse files
committed
switch blue and refine some colors
1 parent 8b978b9 commit 0438ad7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/themes/pterodactyl/css/pterodactyl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@import 'checkbox.css';
2424

2525
.login-page {
26-
background: #303f9f;
26+
background: #10529f;
2727
}
2828

2929
.login-logo {

public/themes/pterodactyl/vendor/adminlte/admin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/themes/pterodactyl/vendor/adminlte/colors/skin-blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/themes/pterodactyl/layouts/auth.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<![endif]-->
4848
@show
4949
</head>
50-
<body id="particles-js" class="hold-transition login-page" style="background: #303f9f;">
50+
<body id="particles-js" class="hold-transition login-page">
5151
<div class="login-box">
5252
<div class="login-logo">
5353
{{ Settings::get('company', 'Pterodactyl') }}

0 commit comments

Comments
 (0)