Skip to content

Commit

Permalink
Add My account Anniversary icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Crisp2013 committed Sep 13, 2023
1 parent 8ffb2d6 commit 5fc9fea
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions layouts/header/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2344,6 +2344,10 @@ rt.furigana {
color: #00aced;
content: "\f012"
}
.ni-milestone:before {
color: #00aced;
content: "\f007"
}
.wtf-user-name {
max-width: 180px;
}
Expand Down
4 changes: 4 additions & 0 deletions layouts/lists/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,10 @@ a:hover,
color: #5c913b;
content: "\f006"
}
.ni-milestone:before {
color: #00aced;
content: "\f007"
}

.center-text {
background-color: var(--background-color);
Expand Down
4 changes: 4 additions & 0 deletions layouts/search/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,10 @@ a:hover,
color: #5c913b;
content: "\f006"
}
.ni-milestone:before {
color: #00aced;
content: "\f007"
}

.center-text {
background-color: var(--background-color);
Expand Down
3 changes: 2 additions & 1 deletion scripts/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -3590,7 +3590,8 @@ const iconClasses = {
'bird_icon': 'ni-twitter',
'security_alert_icon': 'ni-alert',
'bell_icon': 'ni-bell',
'list_icon': 'ni-list'
'list_icon': 'ni-list',
'milestone_icon': 'ni-milestone'
};
let aRegex = /<a[^>]*>([\s\S]*?)<\/a>/g;
let replacerLocs;
Expand Down

0 comments on commit 5fc9fea

Please sign in to comment.