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:
parent
3167a55853
commit
2c3f06d33d
@ -753,6 +753,9 @@ span.nc,span.nb {
|
||||
color:gold !important;
|
||||
}
|
||||
|
||||
.navbar-toggler-icon {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user