File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function Header() {
1313 < div className = "w-100 h-16" >
1414 < nav className = "flex items-center justify-between bg-gray-900 h-16 px-8 text-white fixed z-10 top-0 w-full" >
1515 < div className = "flex items-center flex-shrink-0 text-white" >
16- < a href = "/" >
16+ < a className = "title" href = "/" >
1717 < h1 className = "font-light text-xl tracking-tight flex space-x-4 items-center justify-start" >
1818 < img width = { 24 } height = { 24 } src = { icon } /> ️{ ' ' }
1919 < span > Testing Playground</ span >
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ body {
1010 overflow-y : scroll;
1111}
1212
13+ nav a:not (.title ):hover {
14+ text-decoration : underline;
15+ }
16+
1317.footer {
1418 transition : opacity 0.2 s ease 0 s ;
1519}
You can’t perform that action at this time.
0 commit comments