diff --git a/database.js b/database.js index 3d84ecacd4b6b0052b7355772e2a9887b4abe58e..90000ce39d6f0a474da48ca3d28fe656e59bd923 100644 --- a/database.js +++ b/database.js @@ -2,17 +2,6 @@ require('dotenv').config() const promiseMySQL = require('mysql2/promise'); const cron = require('node-cron'); -// const mysql = promiseMySQL.createPool( -// { -// host: "127.0.0.1" -// , user: "root" -// , password: "" -// , database: "eatq_db" -// , multipleStatements: false -// , port: 3306 -// , connectionLimit: 10 -// }); -// ; const mysql = promiseMySQL.createPool( { diff --git a/public/stylesheets/auth.css b/public/stylesheets/auth.css index 001a5f147519feb5134571c523e79da16c892b30..bad24ada7935175325bc6d9d8f494bc49b9f8b60 100644 --- a/public/stylesheets/auth.css +++ b/public/stylesheets/auth.css @@ -8137,7 +8137,7 @@ body { font-size: 14px; line-height: 1.8; font-weight: normal; - background: #fbd1b7; + background: #46c93c; color: gray; } a { @@ -8327,7 +8327,7 @@ h1, h2, h3, h4, h5, .btn:hover, .btn:active, .btn:focus { outline: none; } .btn.btn-primary { - background: #b689b0 !important; + background: #40ddda !important; border: 1px solid #b689b0 !important; color: #fff !important; } .btn.btn-primary:hover {