Skip to content

Commit

Permalink
Correct date and url action icons
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Nov 17, 2023
1 parent 7fb39b7 commit df85228
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,16 @@
font-size: 1.2rem;
}

.sp-container .sp-date-action .sp-action-icon {
color: #ff3b2f !important;
background: #ffeeee !important;
}

.sp-container .sp-url-action .sp-action-icon {
color: #007aff !important;
background: #eaf1ff !important;
}

.sp-container .item-title {
font-size: 0.9rem;
}
Expand Down

0 comments on commit df85228

Please sign in to comment.