Skip to content

Commit a38487d

Browse files
author
Kristan Kenney
committed
Update notification panel CSS
1 parent b2a7d1f commit a38487d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

web/css/styles.min.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ a {
10401040
}
10411041

10421042
.notification-container .unseen {
1043-
color: #f6a800;;
1043+
color: #e7e7e7;
10441044
}
10451045

10461046
.notification-container li {
@@ -1049,7 +1049,7 @@ a {
10491049
}
10501050

10511051
.notification-container .mark-seen {
1052-
background-color: #abc04b;
1052+
background-color: #cc3366;
10531053
border: 2px solid #454545;
10541054
border-radius: 10px;
10551055
cursor: pointer;
@@ -1062,7 +1062,7 @@ a {
10621062
}
10631063
.notification-container .mark-seen:hover {
10641064
background-color: #333;
1065-
border-color: #abc04b;
1065+
border-color: #e83b75;
10661066
}
10671067
.notification-container .mark-seen:active {
10681068
background-color: #777;
@@ -1086,13 +1086,13 @@ a {
10861086

10871087
.notification-container .unseen .title a,
10881088
.notification-container .unseen .title {
1089-
color: #C4DA5E;
1089+
color: #cc3366;
10901090
}
10911091
.notification-container .unseen .title a:hover {
1092-
color: #ffcc00;
1092+
color: #e83b75;
10931093
}
10941094
.notification-container .unseen .title a:active {
1095-
color: #dacf2e;
1095+
color: #e83b75;
10961096
}
10971097

10981098
.notification-container a {

0 commit comments

Comments
 (0)