Sha256: a37a63340f8700a59c5ce67d05480283be7843e4d40fd586598e85825bd91af9

Contents?: true

Size: 749 Bytes

Versions: 4

Compression:

Stored size: 749 Bytes

Contents

 /* added link colors to text that's not in side nav menu */

.rst-content a:link { color:#0000FF; text-decoration:none; font-weight:normal; }

.rst-content a:visited { color:#800080; text-decoration:none; font-weight:normal; }

.rst-content a:hover { color:aqua; text-decoration:none; font-weight:normal; }

.rst-content a:active { color:seagreen; text-decoration:none; font-weight:normal; }


/*  changed background colors in side nav menu */

.wy-side-nav-search {
  background-color: mediumseagreen;
  }
 
.wy-menu-vertical span {
  /*  line-height: 18px;*/
    line-height: 20px;

    padding: 0.4045em 1.618em;
    display: block;
    position: relative;
    font-size: 90%;
    color: #838383;
}

.wy-nav-side {
    background: ##404040;
}
/*

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
longleaf-1.1.1 docs/extra.css
longleaf-1.1.0 docs/extra.css
longleaf-1.0.0 docs/extra.css
longleaf-0.3.0 docs/extra.css