refactor(layout): adjust title text colors, introduce new colors.coral.970

This commit is contained in:
mei (ckie) 2024-10-25 01:29:18 +03:00
parent 285237cf7a
commit 7619e48d75
Signed by untrusted user: ckie
GPG key ID: 13E79449C0525215
2 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,7 @@
<nav class="min-h-16 h-16 bg-zinc-50 mb-2">
<div class="mx-auto container flex h-full justify-between">
<a class="flex h-full items-center justify-center font-aladin text-3xl/10
text-coral-950 transition-colors duration-75 no-link-style gap-x-2 hover:bg-clip-text hover:bg-gradient-to-r hover:from-coral-400 hover:from-10% hover:to-coral-300 hover:text-transparent"
text-coral-970 transition-colors duration-75 no-link-style gap-x-2 hover:bg-clip-text hover:bg-gradient-to-r hover:from-coral-500 hover:from-15% hover:to-coral-400 hover:text-transparent"
href="/">
<enhanced:img src="$lib/assets/flower.svg" width="32" height="32" alt="flower" />
floral.systems

View file

@ -39,6 +39,7 @@ export default {
'800': '#a41110',
'900': '#881514',
'950': '#4a0505',
'970': '#1f0202',
},
teal: {
'50': '#eefbf5',