Skip to content

Commit 0127d4b

Browse files
committed
added styles to all a tags
1 parent 56e4db1 commit 0127d4b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

css/style.css

+9
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ b {
309309

310310
a {
311311
color: #3264f5;
312+
312313
}
313314
a:hover {
314315
color: #7202bb;
@@ -535,9 +536,17 @@ select.form-control.has-value {
535536
opacity: 1;
536537
}
537538

539+
.navbar-nav.ml-auto.menu li a{
540+
border-radius: 5px;
541+
padding: 5px 10px;
542+
}
543+
538544
.bg-transparent ul li a:hover,
539545
.white-bg.affix ul li a:hover {
540546
opacity: 1;
547+
background-color: #7202bb;
548+
color: #ffffff;
549+
transition: background-color 0.3s, color 0.3s;
541550
}
542551

543552
.bg-transparent.affix {

0 commit comments

Comments
 (0)