Skip to content

Commit cd4a64c

Browse files
committed
fix: change border colour of hover box in medals distribution
1 parent 2a43523 commit cd4a64c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ h4 {
13351335
z-index: 100001 !important;
13361336
background: rgba(0, 0, 0, 0.96) !important;
13371337
color: white !important;
1338-
border: 1px solid rgba(255, 209, 102, 0.7) !important;
1338+
border: 1px solid rgba(255, 255, 255, 0.18) !important;
13391339
box-shadow: 0 8px 28px rgba(0,0,0,0.85) !important;
13401340
opacity: 1;
13411341
}

0 commit comments

Comments
 (0)