From aa9d2cdfbebbcfdff492e995ba1ddc22c9b8ac9e Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Sat, 28 Sep 2024 00:37:26 +0100 Subject: [PATCH] colour styling --- apps/home/static/home/css/index.css | 38 ++--------------------------- apps/home/templates/home/index.html | 9 ++++--- templates/includes/navbar.html | 2 +- 3 files changed, 8 insertions(+), 41 deletions(-) diff --git a/apps/home/static/home/css/index.css b/apps/home/static/home/css/index.css index 186bb3e..324ceef 100644 --- a/apps/home/static/home/css/index.css +++ b/apps/home/static/home/css/index.css @@ -77,11 +77,11 @@ } .server-item-selector:hover { - background-color: var(--bs-secondary-bg); + background-color: var(--bs-tertiary-bg); } .server-item-selector:active, .server-item-selector.active { - background-color: var(--bs-secondary-bg) !important; + background-color: var(--bs-tertiary-bg) !important; } /* widths */ @@ -96,40 +96,6 @@ max-width: 3.5rem; } -/* tables */ - -.table { - color: var(--bs-body-color) !important; -} - -.table tbody tr.selected > * { - box-shadow: inset 0 0 0 9999px rgba(var(--bs-secondary-bg-rgb), 0.9) !important; - color: var(--bs-body-color) !important; -} - -.table.dataTable > tbody > tr.selected a { - color: var(--bs-link-color) !important; -} - -/* Fuck ugly height fix */ -td { - height: 1px; - text-wrap: nowrap; -} - -td > .btn-link { - padding-left: 0; -} - -@-moz-document url-prefix() { - tr { - height: 100%; - } - td { - height: 100%; - } -} - #serverTabs .nav-link { border-radius: 0; } diff --git a/apps/home/templates/home/index.html b/apps/home/templates/home/index.html index c603763..52670c4 100644 --- a/apps/home/templates/home/index.html +++ b/apps/home/templates/home/index.html @@ -6,13 +6,14 @@ {% block stylesheets %} + {% endblock stylesheets %} {% block content %} -
+
-
+
Discord Servers
-
+
PYRSS Logo @@ -79,7 +80,7 @@