Skip to content

Commit

Permalink
top shadow and more accent fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Oct 28, 2023
1 parent 66f7c33 commit 2d216b7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ div[class^="control"] > div[class*="checked"] /* settings checkbuttons */ {
path[fill='rgba(35, 165, 90, 1)'] {
fill: var(--accent-3);
}
.expandedFolderIconWrapper__458cf svg {
color: var(--accent-3) !important;
}

/* separate header bar */
.title_b7d661.themed_b152d4 /* remove bg */ {
Expand Down Expand Up @@ -205,8 +208,19 @@ div[class^='toolbar'] > div[class^='search'] {
background: linear-gradient(transparent, var(--bg-4));
bottom: 0px;
width: 100%;
height: 40px;
height: 20px;
pointer-events: none;
}
/* add top scroll shadow */
.guilds__2b93a::before {
content: '';
position: absolute;
background: linear-gradient(var(--bg-4), transparent);
top: 0px;
width: 100%;
height: 20px;
pointer-events: none;
z-index: 1;
}

/* extra top margin for macos and custom clients */
Expand Down

0 comments on commit 2d216b7

Please sign in to comment.