changed from hexo to custom react stuff #1

Merged
developomp merged 73 commits from dev into master 2021-06-27 14:37:56 +09:00
3 changed files with 1 additions and 2 deletions
Showing only changes of commit 087e9fa8c8 - Show all commits

View file

@ -8,7 +8,6 @@ import theming from "../theming"
const StyledThemeButton = styled.div<{ language: string }>`
${theming.styles.navbarButtonStyle}
transition: transform 0.2s linear;
${(props) =>
props.language == "en"
? ""

View file

@ -9,7 +9,6 @@ import theming from "../theming"
const StyledThemeButton = styled.div`
${theming.styles.navbarButtonStyle}
transition: transform 0.2s linear;
${theme("mode", {
light: "",
dark: "transform: scaleX(-1);\

View file

@ -44,6 +44,7 @@ export default {
padding: 14px 16px;
text-decoration: none;
margin: 0.1em;
transition: transform 0.1s linear;
color: ${theme("mode", {
light: "black",
dark: "#CFD0D0",