/*************************************************
 *  An Example Green Theme for Hugo Academic
 *  Set `custom_css = ["green.css"] in `config.toml`.
 *  Then save this file as `/static/css/green.css` relative to your website root (i.e. not in `themes/academic` directory).
 *  https://github.com/gcushen/hugo-academic
 **************************************************/

a,
a:visited,
h3.article-title a:hover {
    color: rgb(88,103,237);
}

a:hover {
    color: rgb(0,230,118);
}

.navbar-default .navbar-nav li a:hover,
.btn-primary,
.btn-primary.btn-outline {
    color: rgb(88,103,237);
}

/* Articles */

.article-title a {
    color: #151515;
}

.article-metadata a {
    color: #888;
}

.article-metadata a:hover {
    color: rgb(88,103,237);
}

/* Standard buttons */

.btn-primary,
.btn-primary.btn-outline {
    border-color: rgb(88,103,237);
}

/* Hover buttons */

.btn-primary.btn-outline:hover {
    border-color: rgb(88,103,237);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:visited,
.btn-primary.btn-outline:active {
    background-color: rgb(88,103,237);
}

/* Navbar buttons */

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: rgb(88,103,237);
  font-weight: 700;
  background-color: transparent !important; /* Override Bootstrap. */
}

/* Toolbar buttons */

.btn-toolbar .btn.btn-primary {
  background: rgb(0,230,118);
}

.btn-toolbar .btn.btn-primary:hover,
.btn-toolbar .btn.btn-primary:focus {
  background-color: rgba(0,230,118,0.6);
}

.btn-toolbar .btn.btn-primary:active,
.btn-toolbar .btn.btn-primary.active {
  background-color: rgba(0,230,118,1);
}
