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() {
13
13
< div className = "w-100 h-16" >
14
14
< nav className = "flex items-center justify-between bg-gray-900 h-16 px-8 text-white fixed z-10 top-0 w-full" >
15
15
< div className = "flex items-center flex-shrink-0 text-white" >
16
- < a href = "/" >
16
+ < a className = "title" href = "/" >
17
17
< h1 className = "font-light text-xl tracking-tight flex space-x-4 items-center justify-start" >
18
18
< img width = { 24 } height = { 24 } src = { icon } /> ️{ ' ' }
19
19
< span > Testing Playground</ span >
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ body {
10
10
overflow-y : scroll;
11
11
}
12
12
13
+ nav a:not (.title ):hover {
14
+ text-decoration : underline;
15
+ }
16
+
13
17
.footer {
14
18
transition : opacity 0.2 s ease 0 s ;
15
19
}
You can’t perform that action at this time.
0 commit comments