logo color fix

This commit is contained in:
checktheroads 2020-03-02 07:32:41 -07:00
parent 6acbf5e53e
commit 0b282965b8

View file

@ -87,7 +87,7 @@ function Navbar() {
: null;
const logoSrc = logo.srcDark && isDarkTheme ? logo.srcDark : logo.src;
const logoColor = isDarkTheme ? "#ff5e5b" : "inherit";
const logoColor = isDarkTheme ? "#ff5e5b" : "#000";
return (
<nav