0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Added bg color to sidebar

This commit is contained in:
Peter Zimon 2024-10-10 13:03:55 +01:00
parent e3796455dd
commit e4076fbde8

View file

@ -99,9 +99,9 @@
flex-direction: column;
min-width: 0;
/* background: linear-gradient(315deg,var(--whitegrey-l2),var(--white)); */
/* background: var(--whitegrey-l2); */
background: var(--whitegrey-l2);
transform: translateX(0);
border-right: 1px solid var(--main-color-area-divider);
/* border-right: 1px solid var(--main-color-area-divider); */
transition: flex-basis 250ms;
overflow: hidden;
}
@ -714,7 +714,7 @@
padding: 4px 8px 4px 4px;
margin: -4px -8px -4px -4px;
border-radius: 999px;
background: var(--main-bg-color);
/* background: var(--main-bg-color); */
}
.gh-nav-bottom .ember-basic-dropdown-trigger:hover {