Skip to content

Commit

Permalink
Improve action link
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Nov 22, 2023
1 parent 7f2fd58 commit 07a64b2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
.sp-container .sp-scrollable-action-content {
border-color: #2d2d2c !important;
}

.sp-container .card.sp-linked-action:before {
background: #6f7178 !important;
}
}

.sp-container {
Expand Down Expand Up @@ -174,10 +178,10 @@

.sp-container .card.sp-linked-action:before {
content: " ";
background: #6f7178;
background: #9a9ca4;
width: 0.2rem;
height: 0.9rem;
top: -1rem;
top: -0.9rem;
position: absolute;
}

Expand Down

0 comments on commit 07a64b2

Please sign in to comment.