feat(ui): add callouts for new and updated icons

This commit is contained in:
rektdeckard
2021-11-26 22:03:01 -05:00
parent f256109ba4
commit cdcf38466e
6 changed files with 37 additions and 6 deletions

View File

@@ -114,3 +114,16 @@ a.main-link:after {
a.main-link:hover:after {
width: 0%;
}
.badge.new {
color: #ff6e60;
}
.badge.updated {
color: #397fff;
}
.badge {
font-size: 24px;
line-height: 0.5em;
}