changed from hexo to custom react stuff #1
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ export default class Navbar extends React.Component {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: ${(props) =>
|
background-color: ${(props) =>
|
||||||
theming.theme(props.theme.currentTheme, {
|
theming.theme(props.theme.currentTheme, {
|
||||||
light: "white",
|
light: "whitesmoke",
|
||||||
dark: "#2F3136",
|
dark: "#2F3136",
|
||||||
})};
|
})};
|
||||||
color: ${(props) =>
|
color: ${(props) =>
|
||||||
|
@ -24,7 +24,7 @@ export default class Navbar extends React.Component {
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: ${(props) =>
|
background-color: ${(props) =>
|
||||||
theming.theme(props.theme.currentTheme, {
|
theming.theme(props.theme.currentTheme, {
|
||||||
light: "whitesmoke",
|
light: "#eeeeee",
|
||||||
dark: "#36393F",
|
dark: "#36393F",
|
||||||
})};
|
})};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue