From ee2f6ed7576f089adcb843f6c4960266d0ab6add Mon Sep 17 00:00:00 2001 From: B Vikas Chandra <48272577+vikaschandrab@users.noreply.github.com> Date: Sun, 11 Jan 2026 15:47:37 +0530 Subject: [PATCH] Updated background color of blog --- app/Console/Kernel.php | 2 ++ public/vikas_css/css/styles.css | 37 ++++++++++----------- resources/views/public/blogs/show.blade.php | 2 +- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index dcd58ae..831ae14 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -26,6 +26,8 @@ protected function schedule(Schedule $schedule) ->onSuccess(function () { \Log::info('Database backup completed successfully via cron job.'); }); + // Clear logs every month + $schedule->command('logs:clear')->monthly(); } /** diff --git a/public/vikas_css/css/styles.css b/public/vikas_css/css/styles.css index d72ca39..8aa2133 100644 --- a/public/vikas_css/css/styles.css +++ b/public/vikas_css/css/styles.css @@ -1,4 +1,4 @@ -/*------------- +/*------------- [Table of contents] [ DEFULT INDEX NUMBER ] @@ -21,15 +21,15 @@ -------------------------------------------------------------------*/ /*------------------------------------------------------------------ [ Color codes ] - + [ Text and Background Color ] - Main color 1: #1c93e5 - Main color 2: #009688 + Main color 1: #1c93e5 + Main color 2: #009688 Main color 3: #9c27b0 - Main color 4: #ff4081 - Background 1: #FFFFFF - Background 2: #F6F6F6 - Shadow color: #000000; + Main color 4: #ff4081 + Background 1: #FFFFFF + Background 2: #F6F6F6 + Shadow color: #000000; -------------------------------------------------------------------*/ /*------------------------------------------------------------------ @@ -56,7 +56,7 @@ font-size: 20px; font-weight: 600; - p: + p: font-size: 18px; line-height: 30px; @@ -79,7 +79,7 @@ /** * ------------------- - * Defult CSS + * Defult CSS * ------------------- */ html { @@ -446,7 +446,7 @@ a:focus { margin-left: 10px; } -/** +/** * ----------------- * Social Icon Style * ----------------- @@ -732,7 +732,7 @@ button:focus { z-index: 0; } -/** +/** * ----------------- * General CSS * ----------------- @@ -1032,11 +1032,8 @@ button:focus { opacity: 0.9; } -.dark-vertion.black-bg { - background-color: #100e17; -} -.dark-vertion .section-loader { +/* .dark-vertion .section-loader { background: #100e17; } @@ -1238,7 +1235,7 @@ button:focus { .dark-vertion.home-slider .mh-home .hero-img img { border-color: rgba(255, 255, 255, 0.4); -} +} */ .home-slider .mh-home .img-border { border: 20px solid rgba(0, 0, 0, 0.52); @@ -1282,7 +1279,7 @@ li .fa { ============== */ /*---------------------------------------------------------------------*/ -/* Loader +/* Loader /*---------------------------------------------------------------------*/ .section-loader { position: fixed; @@ -2516,7 +2513,7 @@ li .fa { */ .old { /*============== - Overlay + Overlay ================== */ /* Navigation Menu */ } @@ -3880,4 +3877,4 @@ BLOG Pagination margin-bottom: 30px; margin-top: 20px; } -/*# sourceMappingURL=styles.css.map */ \ No newline at end of file +/*# sourceMappingURL=styles.css.map */ diff --git a/resources/views/public/blogs/show.blade.php b/resources/views/public/blogs/show.blade.php index fec5483..dafa0b4 100644 --- a/resources/views/public/blogs/show.blade.php +++ b/resources/views/public/blogs/show.blade.php @@ -448,7 +448,7 @@ font-weight: 600; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3); - } + }dark-vertion.black-bg .comment-form .btn-primary:hover { transform: translateY(-2px);