diff --git a/dashboard/public/dist/css/custom.css b/dashboard/public/dist/css/custom.css index 9e10fc6a..a3ed6160 100644 --- a/dashboard/public/dist/css/custom.css +++ b/dashboard/public/dist/css/custom.css @@ -1,6 +1,30 @@ .server-name { - overflow: hidden; - width: calc(80%); - white-space: nowrap; - text-overflow: ellipsis; -} \ No newline at end of file + overflow: hidden; + width: calc(80%); + white-space: nowrap; + text-overflow: ellipsis; +} +/* +.content-wrapper { + background: #232a2e; +} + +.box { + background: #343d42; +} + +.box-title { + color: #fafafa; +} + +.box-footer { + background: #343d42; +} + +.form-group { + color: #fafafa; +} + +h1 { + color: #fafafa; +} */ \ No newline at end of file diff --git a/dashboard/views/includes/head.ejs b/dashboard/views/includes/head.ejs index 461db0ba..5854abad 100644 --- a/dashboard/views/includes/head.ejs +++ b/dashboard/views/includes/head.ejs @@ -9,8 +9,8 @@ - + diff --git a/dashboard/views/includes/header.ejs b/dashboard/views/includes/header.ejs index 43c0fc37..7cbeab93 100644 --- a/dashboard/views/includes/header.ejs +++ b/dashboard/views/includes/header.ejs @@ -2,7 +2,7 @@ diff --git a/dashboard/views/includes/sidebar.ejs b/dashboard/views/includes/sidebar.ejs index 71c9ae41..6fd2981d 100644 --- a/dashboard/views/includes/sidebar.ejs +++ b/dashboard/views/includes/sidebar.ejs @@ -13,6 +13,7 @@ +