Skip to content

Commit 89aaf54

Browse files
authored
Merge pull request #486 from MDA2AV/site/highlight-row
Highlighted row - background and size change
2 parents 756efbf + 728fdbd commit 89aaf54

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

site/content/leaderboard/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,16 @@ html.dark .http-ver[data-ver="ws"].active { color: #22d3ee; background: rgba(8,1
151151
.lb-row:not(.lb-header):hover .lb-fav-star { color:#d1d5db; }
152152
.lb-fav-star:hover { color:#fbbf24 !important; }
153153
.lb-fav-star.lb-fav-active { color:#f59e0b !important; }
154-
.lb-fav { box-shadow:inset 3px 0 0 #f59e0b; }
154+
.lb-fav { box-shadow:inset 3px 0 0 #f59e0b; background:rgba(245,158,11,0.10) !important; padding-top:0.25rem !important; padding-bottom:0.25rem !important; }
155+
.lb-fav:hover { background:rgba(245,158,11,0.16) !important; }
155156
.lb-fav .lb-name { font-weight:700 !important; }
156157
html.dark .lb-fav-star { border-right-color:rgba(255,255,255,0.06); }
157158
html.dark .lb-header .lb-fav-star { color:#64748b !important; }
158159
html.dark .lb-row:not(.lb-header):hover .lb-fav-star { color:#4b5563; }
159160
html.dark .lb-fav-star:hover { color:#fbbf24 !important; }
160161
html.dark .lb-fav-star.lb-fav-active { color:#f59e0b !important; }
162+
html.dark .lb-fav { background:rgba(245,158,11,0.14) !important; }
163+
html.dark .lb-fav:hover { background:rgba(245,158,11,0.22) !important; }
161164
</style>
162165
<script>
163166
(function() {

0 commit comments

Comments
 (0)