We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e4db1 commit 0127d4bCopy full SHA for 0127d4b
css/style.css
@@ -309,6 +309,7 @@ b {
309
310
a {
311
color: #3264f5;
312
+
313
}
314
a:hover {
315
color: #7202bb;
@@ -535,9 +536,17 @@ select.form-control.has-value {
535
536
opacity: 1;
537
538
539
+.navbar-nav.ml-auto.menu li a{
540
+ border-radius: 5px;
541
+ padding: 5px 10px;
542
+}
543
544
.bg-transparent ul li a:hover,
545
.white-bg.affix ul li a:hover {
546
547
+ background-color: #7202bb;
548
+ color: #ffffff;
549
+ transition: background-color 0.3s, color 0.3s;
550
551
552
.bg-transparent.affix {
0 commit comments