experimenting with different colours on the layout
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s

This commit is contained in:
Corban-Lee Jones 2024-10-09 22:18:27 +01:00
parent aefdcca369
commit 1e5921f23a
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
flex-shrink: 0;
width: 300px;
color: var(--bs-body-color);
background-color: var(--bs-tertiary-bg);
background-color: var(--bs-secondary-bg-subtle);
transition: transform 0.3s ease-in-out;
}
@ -142,7 +142,7 @@
padding: 0.5rem;
border: none;
border-radius: var(--bs-border-radius-sm);
background-color: var(--bs-tertiary-bg);
background-color: inherit;
}
.sidebar .sidebar-content .sidebar-item:hover,
@ -190,7 +190,7 @@
border: none;
border-radius: var(--bs-border-radius-sm);
color: var(--bs-body-color);
background-color: var(--bs-tertiary-bg);
background-color: inherit;
}
.sidebar .sidebar-footer .sidebar-menu-btn:hover {

View File

@ -56,7 +56,7 @@
</div>
</div>
<div class="col-12 bg-secondary-subtle">
<div class="col-12 bg-body-tertiary">
<ul id="serverTabs" class="nav nav-pills py-3 text-start px-sm-3" role="tablist">
<li class="nav-item me-auto">
<div class="d-flex align-items-center">