Skip to content

Commit fa74373

Browse files
committed
frontend: fix sticky-heading bg color
1 parent b61953a commit fa74373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/css/livesite.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ a.no-decoration {
6060
position: sticky;
6161
top: 3.5rem; /* the (computed) height of .navbar */
6262
z-index: 10000;
63-
background: #fff;
63+
background: #fafafa; /* The same color as bootstrap's body background. */
6464
}
6565

6666
.standard-standings {

0 commit comments

Comments
 (0)