From 6ee1b8448988a152f58828df44ccd178aeffe7bc Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 25 Oct 2024 01:03:09 -0700 Subject: [PATCH] Update hackernews theme --- app/css/hackernews.css | 19 +++++++++++++++++++ index.php | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/app/css/hackernews.css b/app/css/hackernews.css index 76a55370..c3126896 100644 --- a/app/css/hackernews.css +++ b/app/css/hackernews.css @@ -35,6 +35,10 @@ h5.card-title { color: #212529; } +.sb-sidenav-menu, footer { + background-color: var(--bs-body-bg); +} + .card, .modal-dialog { border-radius: 3px; border-color: #ff6600; @@ -75,8 +79,19 @@ h5.card-title { ul.nav-tabs, .nav-tabs .nav-link { background-color: #f6f6ef; border-bottom: 1px solid #dddfeb; + color: #495057; } +.form-switch .form-check-input:checked { + background-color: #ff6600; + border-color: #828282; +} + +code { + font-size: 0.875em; + color: var(--bs-code-color); + word-wrap: break-word; +} .sidebar .nav-item .nav-link { padding: 0.6rem; margin-left: 0.6rem; @@ -94,8 +109,12 @@ ul.nav-tabs, .nav-tabs .nav-link { .card-body { background-color: #f6f6ef; + border-radius: 5px; } +th { + color: #495057 !important; +} .card-footer { background-color: #eee; } diff --git a/index.php b/index.php index 3764783d..63dbfe69 100755 --- a/index.php +++ b/index.php @@ -115,7 +115,7 @@ initializeApp(); -