Skip to content

Commit 141c341

Browse files
committed
Added some style change
1 parent 7dbbc7d commit 141c341

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/layout/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ function Header() {
146146
display: 'block',
147147
marginLeft: '10px',
148148
'&:hover': {
149+
color: 'white',
149150
backgroundColor: '#454545',
150-
color: 'white'
151151
},
152152
'&.active': {
153-
color: 'white',
153+
color: '#6eccfa',
154154
backgroundColor: 'none'
155155
}
156156
}}

0 commit comments

Comments
 (0)