Sha256: f4421b8699fabbd449699643b22bec106fa02782810bc0066a8de15c81bfa750

Contents?: true

Size: 510 Bytes

Versions: 4

Compression:

Stored size: 510 Bytes

Contents

/* Navigation */
#nav-bar {
    text-transform: uppercase;
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar-brand img {
    height: 40px;
    padding-left: 30px;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    float: right;
    text-align: left;
}

#nav-bar ul li a:hover {
    color: #007bff !important;
}

.navbar {
    background: #fff;
}

.navbar-toggler {
    border: none !important;
}

.nav-link {
    color: #555 !important;
    font-weight: 600;
    font-size: 16px;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-dscliu-0.2.3 _sass/navbar.scss
jekyll-theme-dscliu-0.2.2 _sass/navbar.scss
jekyll-theme-dscliu-0.2.1 _sass/navbar.scss
jekyll-theme-dscliu-0.2.0 _sass/navbar.scss