Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
fixed nav buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
tycrek committed Jul 8, 2021
1 parent 07cf843 commit fa1a3b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ass-x",
"version": "0.4.0",
"version": "0.4.1",
"description": "Private front-end for ass premium",
"private": true,
"main": "router.js",
Expand Down
9 changes: 4 additions & 5 deletions views/user/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,12 @@ figcaption {
font-size: 2rem;
}

a.nav {
color: #757575;
a.nav, a.nav:visited {
color: #757575 !important;
transition: color 250ms linear;
}
a.nav, a.nav:hover, a.nav:active, a.nav:visited { text-decoration: none; }
a.nav:hover { color: #BDBDBD; }
a.nav:active { color: #F5F5F5; }
a.nav:hover { color: #BDBDBD !important; border-bottom-color: transparent !important;}
a.nav:active { color: #F5F5F5 !important; }

#cloud.orange {
transition: color 150ms linear;
Expand Down

0 comments on commit fa1a3b7

Please sign in to comment.