Skip to content

Commit 39ec957

Browse files
authored
Merge pull request #384 from CakeDC/feature/fix-whats-new-link
fix whats new link in the whats new section
2 parents 8a86e66 + 617b998 commit 39ec957

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

webroot/css/custom.css

+7
Original file line numberDiff line numberDiff line change
@@ -500,3 +500,10 @@ li.language a {
500500
float: none !important;
501501
}
502502
}
503+
504+
.whats-new a {
505+
color: #fff;
506+
}
507+
.whats-new a:hover {
508+
color: #428bca;
509+
}

0 commit comments

Comments
 (0)