forked from the-distro/floral.systems
refactor(layout): adjust title text colors, introduce new colors.coral.970
This commit is contained in:
parent
285237cf7a
commit
7619e48d75
|
@ -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
|
||||
|
|
|
@ -39,6 +39,7 @@ export default {
|
|||
'800': '#a41110',
|
||||
'900': '#881514',
|
||||
'950': '#4a0505',
|
||||
'970': '#1f0202',
|
||||
},
|
||||
teal: {
|
||||
'50': '#eefbf5',
|
||||
|
|
Loading…
Reference in a new issue