Skip to content

Commit

Permalink
Project page style
Browse files Browse the repository at this point in the history
  • Loading branch information
loleg committed Nov 17, 2022
1 parent 2819659 commit edfb510
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dribdat/static/css/style.css
Expand Up @@ -999,7 +999,7 @@ nav .nav-login {
clear: both;
/* padding: 20px 5px 5px; */
border-bottom: 1px solid lightgrey;
margin-bottom: 10px;
margin-top: 10px;
}
.project-page .nav a {
text-shadow: 1px 1px 4px white;
Expand All @@ -1011,6 +1011,7 @@ nav .nav-login {
}
.project-page .nav a.active {
text-shadow: none;
background: rgba(85, 200, 200, 0.8);
border-bottom: 1px solid white;
}

Expand Down

0 comments on commit edfb510

Please sign in to comment.