mirror of
https://github.com/beestat/app.git
synced 2025-05-23 18:04:14 -04:00
Slightly adjusted app welcome page background color
This commit is contained in:
parent
ae74fd4f02
commit
a096d2654a
@ -3,7 +3,10 @@
|
||||
require '../api/cora/setting.php';
|
||||
$setting = cora\setting::get_instance();
|
||||
|
||||
// If you're already logged in
|
||||
/**
|
||||
* Skip this page if you're already logged. Note for the demo this does not
|
||||
* work as that cookie is set for demo.beestat.io.
|
||||
*/
|
||||
if(isset($_COOKIE['session_key']) === true) {
|
||||
header('Location: https://app.beestat.io/');
|
||||
die();
|
||||
@ -49,7 +52,7 @@
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: #2f3d44;
|
||||
background: #37474f;
|
||||
font-family: Montserrat;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user