github.com/rezahousseini/hugo@v0.32.3/docs/static/css/bootstrap-additions-gohugo.css (about)

     1  /*!
     2   * Bootstrap for http://gohugo.io/
     3   * additional property-value pairs, for selectors already in Bootstrap;
     4   * also, additional Bootstrap-like selectors
     5   *
     6   * Keep all such property additions to Bootstrap v3.3.6 here.
     7   *
     8   * Here, maintain the same order as the original Bootstrap file.
     9   *
    10   * Keep any additional Bootstrap-like selectors at the bottom.
    11   *
    12   * Copyright 2013-2016 Steve Francia and the Hugo Authors
    13   *
    14   * Based on 'dist/css/bootstrap.css' from:
    15   *
    16   * Bootstrap v3.3.6 (http://getbootstrap.com)
    17   * Copyright 2011-2015 Twitter, Inc.
    18   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    19   */
    20  .btn {
    21    -webkit-transition: all 0.15s;
    22       -moz-transition: all 0.15s;
    23            transition: all 0.15s;
    24  }
    25  .btn-primary:focus,
    26  .btn-primary:active,
    27  .btn-success:focus,
    28  .btn-success:active,
    29  .btn-info:focus,
    30  .btn-info:active {
    31    background-color: transparent;
    32  }
    33  .btn-default:hover,
    34  .btn-default:active,
    35  .btn-primary:hover,
    36  .btn-primary:active,
    37  .btn-success:hover,
    38  .btn-success:active,
    39  .btn-info:hover,
    40  .btn-info:active {
    41    outline: none;
    42  }
    43  
    44  /* additional Bootstrap-like selectors */
    45  
    46  .btn-repo {
    47    border-color: black;
    48    background-color: rgba(30, 30, 30, 0.8);
    49    color: white;
    50  }
    51  .btn-repo:focus,
    52  .btn-repo:active {
    53    color: black;
    54  }
    55  .btn-repo:hover {
    56    background-color: aliceblue;
    57  }
    58  .btn-repo:focus,
    59  .btn-repo:active {
    60    background-color: transparent;
    61  }
    62  .btn-repo:hover,
    63  .btn-repo:active {
    64    outline: none;
    65  }