1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00

Make navbar icon visible in dark mode (mobile) (#249)

This commit is contained in:
DieterReinert 2021-12-30 19:17:21 +01:00 committed by GitHub
parent 3167a55853
commit 2c3f06d33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -753,6 +753,9 @@ span.nc,span.nb {
color:gold !important;
}
.navbar-toggler-icon {
filter: invert(100%);
}
}