diff --git a/static/input.css b/static/input.css index 924ec2d..3d5f334 100644 --- a/static/input.css +++ b/static/input.css @@ -29,11 +29,11 @@ } #text-404 { - @apply bg-gradient-to-br from-teal-400 to-emerald-300 bg-clip-text text-transparent; + @apply bg-gradient-to-br from-cyan-500 to-teal-400 bg-clip-text text-transparent; font-size: 12rem; font-weight: bold; position: relative; - --text-shadow: 1px 1px theme("colors.emerald.500"), 2px 2px theme("colors.emerald.500"), 3px 3px theme("colors.emerald.500"), 4px 4px theme("colors.emerald.500"), 5px 5px theme("colors.emerald.500"); + --text-shadow: 1px 1px theme("colors.teal.600"), 2px 2px theme("colors.teal.600"), 3px 3px theme("colors.teal.600"), 4px 4px theme("colors.teal.600"), 5px 5px theme("colors.teal.600"); } #text-404::after { diff --git a/tailwind.config.js b/tailwind.config.js index 6b1aa40..b3d5b6d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -32,15 +32,15 @@ module.exports = { a: { textDecoration: "none", fontWeight: "medium", - color: theme("colors.blue.500"), + color: theme("colors.cyan.600"), transitionProperty: theme("transitionProperty.shadow"), transitionTimingFunction: theme( "transitionTimingFunction.in-out" ), transitionDuration: theme("transitionDuration.150"), - boxShadow: `inset 0 -0.4em ${theme("colors.blue.100")}`, + boxShadow: `inset 0 -0.4em ${theme("colors.cyan.100")}`, "&:hover": { - boxShadow: `inset 0 -0.6em ${theme("colors.blue.200")}`, + boxShadow: `inset 0 -0.6em ${theme("colors.cyan.200")}`, }, }, }, diff --git a/templates/index.html b/templates/index.html index 6145cee..6bfcec9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -70,7 +70,7 @@