Skip to content

Commit

Permalink
Questions on watched tags are way too bright (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
chutzimir authored Sep 30, 2023
1 parent 6657fc1 commit e295d67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stackoverflow-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
@advanced color base-color "Base color scheme" #4183C4
@advanced color visited-color "Visited link color" #4183C4
@advanced color accepted-color "Accepted answer background color" #002810
@advanced color watched-color "Watched question background color" #002810
@advanced color strong-color "Strong color" #ccc
@advanced text font-choice "Code Font" Menlo
@advanced dropdown bg-choice "Background image" {
Expand Down Expand Up @@ -3162,6 +3163,9 @@ regexp("^https?:\/\/stackoverflow.[^\.]*\.com.*") {
.description.description-ellipsis .description-content-truncated::after {
background: linear-gradient(to right, rgba(21, 21, 21, 0), rgba(21, 21, 21, 1) 50%) !important;
}
.s-post-summary__watched {
background-color: /*[[watched-color]]*/;
}
/*[[syntax-theme]]*/
}
/* These extra @-moz-document definitions will not be included in the "grunt user"
Expand Down

0 comments on commit e295d67

Please sign in to comment.