Infra: Make the sticky banner opaque for better readability (#3075)

Make the stick banner opaque for better readability
This commit is contained in:
chaojie 2023-04-29 01:31:40 +08:00 committed by GitHub
parent 63a594ff38
commit 6eb6167770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -410,4 +410,5 @@ dl.footnote > dd {
.sticky-banner {
top: 0;
position: sticky;
z-index: 1;
}