mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Updated colors
This commit is contained in:
parent
c757ddbef8
commit
fb0342618a
2 changed files with 7 additions and 7 deletions
|
@ -103,7 +103,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
/* background: linear-gradient(315deg,var(--whitegrey-l2),var(--white)); */
|
background: linear-gradient(315deg,var(--whitegrey-l2),var(--white));
|
||||||
transform: translateX(0);
|
transform: translateX(0);
|
||||||
border-right: 1px solid var(--main-area-divider-color);
|
border-right: 1px solid var(--main-area-divider-color);
|
||||||
}
|
}
|
||||||
|
@ -361,7 +361,7 @@
|
||||||
.gh-nav-list a:not(.active):hover,
|
.gh-nav-list a:not(.active):hover,
|
||||||
.gh-nav-list button.main-menu-item:hover {
|
.gh-nav-list button.main-menu-item:hover {
|
||||||
color: var(--darkgrey);
|
color: var(--darkgrey);
|
||||||
/* background: var(--mainmenu-color-hover-bg); */
|
background: var(--mainmenu-color-hover-bg);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -603,7 +603,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-nav-bottom .ember-basic-dropdown-trigger:hover {
|
.gh-nav-bottom .ember-basic-dropdown-trigger:hover {
|
||||||
background: var(--mainmenu-color-active-bg);
|
background: var(--whitegrey);
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -620,11 +620,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-nav-bottom-tabicon:hover {
|
.gh-nav-bottom-tabicon:hover {
|
||||||
background: var(--mainmenu-color-hover-bg);
|
background: var(--whitegrey);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-nav-bottom-tabicon.active {
|
.gh-nav-bottom-tabicon.active {
|
||||||
background: var(--mainmenu-color-active-bg);
|
background: var(--whitegrey-d1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-nav-bottom-tabicon.active svg {
|
.gh-nav-bottom-tabicon.active svg {
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
--lime: #B5FF18;
|
--lime: #B5FF18;
|
||||||
|
|
||||||
/* Secondary colours */
|
/* Secondary colours */
|
||||||
--blue: #218AF3;
|
--blue: #23AAF4;
|
||||||
--green: #38D550;
|
--green: #95DA02;
|
||||||
--purple: #F71D81;
|
--purple: #F71D81;
|
||||||
--yellow: #FFC701;
|
--yellow: #FFC701;
|
||||||
--red: #f05230;
|
--red: #f05230;
|
||||||
|
|
Loading…
Add table
Reference in a new issue