Skip to content

Commit a89d039

Browse files
author
Kristan Kenney
committed
Adjust notification panel link colors
1 parent 37874d5 commit a89d039

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

web/css/styles.min.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,13 +1027,14 @@ a {
10271027
}
10281028

10291029
.notification-container a {
1030-
color: #5ABDB5;/* #eee;*/
1030+
font-weight: 600;
1031+
color: #1a4492;/* #eee;*/
10311032
}
10321033
.notification-container a:hover {
1033-
color: #2CA99B;
1034+
color: #4a87fb;
10341035
}
10351036
.notification-container a:active {
1036-
color: #00C0C0;
1037+
color: #1a4492;
10371038
}
10381039

10391040
.notification-container .icon {

0 commit comments

Comments
 (0)