diff --git a/apps/home/static/home/css/index.css b/apps/home/static/home/css/index.css index 324ceef..a6ef60e 100644 --- a/apps/home/static/home/css/index.css +++ b/apps/home/static/home/css/index.css @@ -13,22 +13,6 @@ .bump { animation: bump .2s ease-out; } -/* -.server-item.active img { - border-radius: .75rem !important; -} - -.server-item-selector:hover img, .server-item-selector:focus img, .server-item-selector:focus-visible img { - border-radius: .75rem !important; -} - -.server-item-selector:active, .server-item-selector:focus, .server-item-selector:focus-visible { - animation: bump .2s ease-out; -} - -.server-item-selector img { - transition: border-radius .15s ease-in; -} */ .server-sidebar { width: 16rem; @@ -96,11 +80,18 @@ max-width: 3.5rem; } -#serverTabs .nav-link { - border-radius: 0; + +/* Server Tabs */ + +#serverTabs .nav-item:not(:last-child) { + margin-right: 1rem; } -#serverTabs .nav-link:not(.active) { +#serverTabs .nav-item .nav-link:hover:not(.active) { + background-color: var(--bs-secondary-bg); +} + +#serverTabs .nav-item .nav-link:not(.active) { color: var(--bs-text-body); } diff --git a/apps/home/templates/home/index.html b/apps/home/templates/home/index.html index fb9738e..0e9ff2d 100644 --- a/apps/home/templates/home/index.html +++ b/apps/home/templates/home/index.html @@ -124,32 +124,44 @@ -