Skip to content

Commit

Permalink
nav link hover fix
Browse files Browse the repository at this point in the history
  • Loading branch information
imrostami committed Jul 12, 2024
1 parent d783efb commit e2cde0b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nuxt/manifest/latest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"dev","timestamp":1720773905140}
{"id":"dev","timestamp":1720774698701}
2 changes: 1 addition & 1 deletion .nuxt/manifest/meta/dev.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"dev","timestamp":1720773905140,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
{"id":"dev","timestamp":1720774698701,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
6 changes: 3 additions & 3 deletions .nuxt/nitro.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": "2024-07-12T08:45:13.396Z",
"date": "2024-07-12T08:58:49.251Z",
"preset": "nitro-dev",
"framework": {
"name": "nuxt",
Expand All @@ -9,9 +9,9 @@
"nitro": "2.9.7"
},
"dev": {
"pid": 8542,
"pid": 10593,
"workerAddress": {
"socketPath": "/tmp/nitro/worker-8542-1.sock"
"socketPath": "/tmp/nitro/worker-10593-1.sock"
}
}
}
2 changes: 1 addition & 1 deletion public/assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ header {
background-color: transparent;
}

.accordion-body > a:hover{
.nav-link:hover{
transition: all 200ms;
background-color: #212121;
}
Expand Down

0 comments on commit e2cde0b

Please sign in to comment.