Redesign 1 bcrypt #226

Merged
bones7242 merged 156 commits from redesign-1-bcrypt into master 2017-10-30 15:55:14 +01:00
Showing only changes of commit e8fcefc8bb - Show all commits

View file

@ -388,6 +388,10 @@ table {
.nav-bar-link {
border-bottom: 2px solid white;
}
.nav-bar-link:hover {
color: dodgerblue;
}
.nav-bar-link--active {
color: #1e90ff;
border-bottom: 2px solid #1e90ff;