Skip to content

Commit cce1fc8

Browse files
committed
Slight color improvement to downvote button
1 parent 7798a0f commit cce1fc8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

styles/prosilver/theme/ideas.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ dd.topics {
5656

5757
.minivotedown,
5858
.minivotedown.dead:hover {
59-
background: #f28482;
60-
border: solid 1px #f28482;
59+
background: #f76c5e;
60+
border: solid 1px #f76c5e;
6161
}
6262

6363
.minivotedown:hover {
64-
background: #df7775;
64+
background: #e56155;
6565
}
6666

6767
.minivotedown:active {
68-
background: #f38d8b;
68+
background: #f87768;
6969
}
7070

7171
.user-voted {

0 commit comments

Comments
 (0)