Skip to content

Commit 8d45e99

Browse files
Copilotunbug
andauthored
style: make featured ranks 2 & 3 match rank 1 gold color (#FFB800) (#45)
Agent-Logs-Url: https://github.com/unbug/unbug.github.io/sessions/5cf138ee-095d-4417-ba73-96811a20436c Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: unbug <799578+unbug@users.noreply.github.com>
1 parent bc7bb37 commit 8d45e99

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

assets/css/theme.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -693,12 +693,12 @@ ol.list-featured li.featured-rank-1:before {
693693
text-shadow: 0 1px 4px rgba(255,184,0,0.45);
694694
}
695695
ol.list-featured li.featured-rank-2:before {
696-
color: #A0A0A0;
697-
text-shadow: 0 1px 4px rgba(160,160,160,0.45);
696+
color: #FFB800;
697+
text-shadow: 0 1px 4px rgba(255,184,0,0.45);
698698
}
699699
ol.list-featured li.featured-rank-3:before {
700-
color: #C8763A;
701-
text-shadow: 0 1px 4px rgba(200,118,58,0.45);
700+
color: #FFB800;
701+
text-shadow: 0 1px 4px rgba(255,184,0,0.45);
702702
}
703703
.featured-badge {
704704
display: inline-block;
@@ -716,10 +716,10 @@ ol.list-featured li.featured-rank-3:before {
716716
background-color: #FFB800;
717717
}
718718
.featured-badge-2 {
719-
background-color: #A0A0A0;
719+
background-color: #FFB800;
720720
}
721721
.featured-badge-3 {
722-
background-color: #C8763A;
722+
background-color: #FFB800;
723723
}
724724
.catlist .sep:last-child {
725725
display:none;

0 commit comments

Comments
 (0)