File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed
Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default function CTA() {
1313 developer community.
1414 </ p >
1515 < a
16- className = "discord-button bg-primary px-8 py-4 rounded-lg border-2 border-primary text-secondary hover:bg-secondary hover:text-primary transition-all"
16+ className = "discord-button bg-primary px-8 py-4 rounded-lg border-2 border-primary text-secondary hover:bg-secondary hover:text-primary transition-all hover:no-underline "
1717 href = "https://discord.gg/code-cafe"
1818 >
1919 Join Code Cafe
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default function Footer() {
66 < footer className = "py-16 bg-secondary flex justify-around" >
77 < div className = "footer-container text-primary" >
88 < h4 className = "text-xl font-bold flex items-center gap-2" >
9- < Code size = { 48 } className = "text-accent " />
9+ < Code size = { 48 } className = "text-primary " />
1010 Code Cafe
1111 </ h4 >
1212 < p className = "text-sm" > Your home for coding and community</ p >
Original file line number Diff line number Diff line change 11import { NavLink } from "react-router" ;
2+ import { Code } from "lucide-react" ;
23
34export default function Header ( ) {
45 return (
56 < header className = "bg-secondary py-4 flex justify-around items-center" >
6- < h1 className = "text-primary text-3xl" > Code Cafe</ h1 >
7+ < div className = "flex gap-2 items-center" >
8+ < Code size = { 48 } className = "text-primary" />
9+ < h1 className = "text-primary text-3xl" > Code Cafe</ h1 >
10+ </ div >
711 < nav >
812 < ul className = "flex list-none gap-3" >
913 < li >
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ export default function Hero() {
2323 />
2424 </ div >
2525 < div className = "flex gap-10 my-6" >
26- < button className = "px-8 py-4 rounded-lg border-2 border-secondary hover:border-secondary text -secondary hover:bg -secondary hover:text -primary transition-all" >
26+ < button className = "px-8 py-4 text-primary rounded-lg border-2 border-secondary hover:border-secondary bg -secondary hover:text -secondary hover:bg -primary transition-all" >
2727 Join us
2828 </ button >
29- < button className = "px-8 py-4 rounded-lg border-2 border-secondary hover:border-secondary text -secondary hover:bg -secondary hover:text -primary transition-all" >
29+ < button className = "px-8 py-4 text-primary rounded-lg border-2 border-secondary hover:border-secondary bg -secondary hover:text -secondary hover:bg -primary transition-all" >
3030 Learn more
3131 </ button >
3232 </ div >
Original file line number Diff line number Diff line change @@ -57,9 +57,11 @@ button {
5757 cursor : pointer;
5858 transition : border-color 0.25s ;
5959}
60+
6061button : hover {
6162 border-color : # 646cff ;
6263}
64+
6365button : focus ,
6466button : focus-visible {
6567 outline : 4px auto -webkit-focus-ring-color;
You can’t perform that action at this time.
0 commit comments